From 7ab897b9c8dcb8300fd841621814e2a893e263ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:59:24 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 3.8.0 to 5.13.0 in /devtools/gradle Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 3.8.0 to 5.13.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.8.0...v5.13.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... 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 e55bfd1ad8d18..b68d5b8476f6b 100644 --- a/devtools/gradle/build.gradle +++ b/devtools/gradle/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation "io.quarkus:quarkus-platform-descriptor-json:${version}" implementation "io.quarkus:quarkus-core-deployment:${version}" - testImplementation 'org.mockito:mockito-core:3.8.0' + testImplementation 'org.mockito:mockito-core:5.13.0' testImplementation 'org.assertj:assertj-core:3.19.0' testImplementation 'org.junit.jupiter:junit-jupiter:5.7.1' testImplementation 'org.awaitility:awaitility:4.0.3'