Skip to content

Commit 7f33c49

Browse files
Bump mockitoVersion from 5.9.0 to 5.10.0 in /Plan
Bumps `mockitoVersion` from 5.9.0 to 5.10.0. Updates `org.mockito:mockito-core` from 5.9.0 to 5.10.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.9.0...v5.10.0) Updates `org.mockito:mockito-junit-jupiter` from 5.9.0 to 5.10.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.9.0...v5.10.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8356a0d commit 7f33c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plan/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ subprojects {
106106
nkPlaceholderapiVersion = "1.4-SNAPSHOT"
107107

108108
junitVersion = "5.10.1"
109-
mockitoVersion = "5.9.0"
109+
mockitoVersion = "5.10.0"
110110
testContainersVersion = "1.19.3"
111111
swaggerVersion = "2.2.20"
112112
}

0 commit comments

Comments
 (0)