From d444507b1b35a7aef49f047448c11d99cb986cbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 04:44:32 +0000 Subject: [PATCH] Bump org.mockito:mockito-junit-jupiter from 5.4.0 to 5.6.0 in /sourcing Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.4.0 to 5.6.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.4.0...v5.6.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sourcing/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcing/build.gradle.kts b/sourcing/build.gradle.kts index 1943d70..da88a35 100644 --- a/sourcing/build.gradle.kts +++ b/sourcing/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3") testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.3") testImplementation("org.mockito:mockito-subclass:5.4.0") - testImplementation("org.mockito:mockito-junit-jupiter:5.4.0") + testImplementation("org.mockito:mockito-junit-jupiter:5.6.0") testImplementation("org.assertj:assertj-core:3.24.2") testImplementation("com.whichlicense.testing:naming:0.7.6-SNAPSHOT") testImplementation("com.whichlicense.testing:fileref:0.7.6-SNAPSHOT")