From 1151b9f75ca81fa71434951028d2a1b72307c544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 04:44:23 +0000 Subject: [PATCH] Bump org.mockito:mockito-subclass from 5.4.0 to 5.6.0 in /sourcing Bumps [org.mockito:mockito-subclass](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-subclass 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..ada0dcc 100644 --- a/sourcing/build.gradle.kts +++ b/sourcing/build.gradle.kts @@ -37,7 +37,7 @@ dependencies { api("com.whichlicense:configuration:0.7.8-SNAPSHOT") 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-subclass:5.6.0") testImplementation("org.mockito:mockito-junit-jupiter:5.4.0") testImplementation("org.assertj:assertj-core:3.24.2") testImplementation("com.whichlicense.testing:naming:0.7.6-SNAPSHOT")