From 233eed267d75c99ce01873fb3b9a0d6ebbac1623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 20:03:33 +0000 Subject: [PATCH] Bump mockito-core from 3.6.28 to 4.3.1 in /integration-tests/gradle Bumps [mockito-core](https://github.com/mockito/mockito) from 3.6.28 to 4.3.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.6.28...v4.3.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... 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 e83c6d6343f21..063bb987f82bc 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.6.28' + testImplementation 'org.mockito:mockito-core:4.3.1' testImplementation 'org.assertj:assertj-core:3.18.1' testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0' testImplementation 'org.awaitility:awaitility:4.0.3'