From 6c3c384774c8e0b10ea8a4283c097a92758d75aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 19:03:34 +0000 Subject: [PATCH] Bump mockito-core from 3.5.13 to 3.5.15 in /integration-tests/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] --- integration-tests/gradle/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/gradle/build.gradle b/integration-tests/gradle/build.gradle index fc2aca920e968..77fe81d2828fd 100644 --- a/integration-tests/gradle/build.gradle +++ b/integration-tests/gradle/build.gradle @@ -39,7 +39,7 @@ dependencies { testImplementation "io.quarkus:quarkus-platform-descriptor-json:${version}" testImplementation "io.quarkus:quarkus-platform-descriptor-resolver-json:${version}" testImplementation "io.quarkus:io.quarkus.gradle.plugin:${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'