From 1799504c818c70d87b591320ca0b9fffa12994bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 20:04:39 +0000 Subject: [PATCH] Bump mockito-core from 3.7.0 to 3.7.7 in /integration-tests/gradle Bumps [mockito-core](https://github.com/mockito/mockito) from 3.7.0 to 3.7.7. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.7.0...v3.7.7) 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 ebbfc7489454a..fbfa37d36fa2e 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.7.0' + testImplementation 'org.mockito:mockito-core:3.7.7' testImplementation 'org.assertj:assertj-core:3.18.1' testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0' testImplementation 'org.awaitility:awaitility:4.0.3'