Skip to content

Commit

Permalink
Merge pull request #16331 from quarkusio/dependabot/gradle/integratio…
Browse files Browse the repository at this point in the history
…n-tests/gradle/org.mockito-mockito-core-3.9.0

Bump mockito-core from 3.8.0 to 3.9.0 in /integration-tests/gradle
  • Loading branch information
gsmet committed Apr 8, 2021
2 parents 40f361b + 0afba27 commit fd9774b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/gradle/build.gradle
Expand Up @@ -35,7 +35,7 @@ dependencies {
testImplementation "io.quarkus:quarkus-devmode-test-utils:${version}"
testImplementation "io.quarkus:quarkus-devtools-common:${version}"
testImplementation "io.quarkus:io.quarkus.gradle.plugin:${version}"
testImplementation 'org.mockito:mockito-core:3.8.0'
testImplementation 'org.mockito:mockito-core:3.9.0'
testImplementation 'org.assertj:assertj-core:3.19.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.1'
testImplementation 'org.awaitility:awaitility:4.0.3'
Expand Down

0 comments on commit fd9774b

Please sign in to comment.