Skip to content

Commit

Permalink
Bump mockito-core from 3.5.15 to 3.6.0 in /devtools/gradle
Browse files Browse the repository at this point in the history
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.5.15 to 3.6.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.5.15...v3.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 27, 2020
1 parent 3554136 commit df5a272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/gradle/build.gradle
Expand Up @@ -40,7 +40,7 @@ dependencies {
implementation "io.quarkus:quarkus-platform-descriptor-resolver-json:${version}"
implementation "io.quarkus:quarkus-core-deployment:${version}"

testImplementation 'org.mockito:mockito-core:3.5.15'
testImplementation 'org.mockito:mockito-core:3.6.0'
testImplementation 'org.assertj:assertj-core:3.17.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0'
testImplementation 'org.awaitility:awaitility:4.0.3'
Expand Down

0 comments on commit df5a272

Please sign in to comment.