Skip to content

Commit

Permalink
Bump mockito-core from 4.3.1 to 4.4.0
Browse files Browse the repository at this point in the history
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.3.1...v4.4.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 14, 2022
1 parent bb979da commit 0478bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -47,7 +47,7 @@ dependencies {
compile group: 'org.codehaus.groovy', name: 'groovy-all', version:'3.0.10'

testCompile group: 'junit', name: 'junit', version:'4.13.2'
testCompile group: 'org.mockito', name: 'mockito-core', version:'4.3.1'
testCompile group: 'org.mockito', name: 'mockito-core', version:'4.4.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
}
compileKotlin {
Expand Down

0 comments on commit 0478bbc

Please sign in to comment.