From 5bc3fca7e8418a9c3ef655165ae2282f59b9df45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 01:23:22 +0000 Subject: [PATCH] chore(deps): bump org.mockito:mockito-junit-jupiter from 4.+ to 5.12.0 Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 4.+ to 5.12.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/commits/v5.12.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6b79adc3928..7b9f29a7c8e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { testImplementation("org.xmlunit:xmlunit-core:2.9.+") if (JavaVersion.current().isJava8) { testImplementation("org.mockito:mockito-core:4.+") - testImplementation("org.mockito:mockito-junit-jupiter:4.+") + testImplementation("org.mockito:mockito-junit-jupiter:5.+") } else { testImplementation("org.mockito:mockito-core:5.+") testImplementation("org.mockito:mockito-junit-jupiter:5.+")