From 93780e800a6855cb48b93e95de42b31e99d2e9da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 21:47:08 +0000 Subject: [PATCH] Bump mockito-core from 3.5.13 to 3.5.15 in /devtools/gradle Bumps [mockito-core](https://github.com/mockito/mockito) from 3.5.13 to 3.5.15. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.5.13...v3.5.15) 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 d1ffefe66483c..36b4c79f34106 100644 --- a/devtools/gradle/build.gradle +++ b/devtools/gradle/build.gradle @@ -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.13' + testImplementation 'org.mockito:mockito-core:3.5.15' testImplementation 'org.assertj:assertj-core:3.17.2' testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0' testImplementation 'org.awaitility:awaitility:4.0.3'