From 5bdf668a6e9649620ee07b80201657e7e2616a42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 14:40:04 +0000 Subject: [PATCH] Bump mockito-core from 3.3.3 to 3.4.0 in /devtools/gradle Bumps [mockito-core](https://github.com/mockito/mockito) from 3.3.3 to 3.4.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.3.3...v3.4.0) Signed-off-by: dependabot[bot] --- devtools/gradle/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/gradle/build.gradle b/devtools/gradle/build.gradle index 822a1b894602b..3b4cc8d0aa203 100644 --- a/devtools/gradle/build.gradle +++ b/devtools/gradle/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation "io.quarkus:quarkus-platform-descriptor-resolver-json:${version}" implementation "io.quarkus:quarkus-core-deployment:${version}" - testImplementation 'org.mockito:mockito-core:3.3.3' + testImplementation 'org.mockito:mockito-core:3.4.0' testImplementation 'org.assertj:assertj-core:3.16.1' testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2' testImplementation 'org.awaitility:awaitility:4.0.3'