From c69027d9e30e7c863093fa5b5f6b828bd9db37d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 19:01:54 +0000 Subject: [PATCH] Bump mockito-core from 3.4.0 to 3.4.2 in /devtools/gradle Bumps [mockito-core](https://github.com/mockito/mockito) from 3.4.0 to 3.4.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.4.0...v3.4.2) 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 3b4cc8d0aa203..60594c78e7837 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.4.0' + testImplementation 'org.mockito:mockito-core:3.4.2' testImplementation 'org.assertj:assertj-core:3.16.1' testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2' testImplementation 'org.awaitility:awaitility:4.0.3'