Skip to content

Commit db571b7

Browse files
build(deps): bump org.mockito:mockito-junit-jupiter
Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.16.1 to 5.17.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.16.1...v5.17.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 651fd14 commit db571b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ dependencies {
120120
testImplementation 'org.junit.jupiter:junit-jupiter'
121121
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
122122

123-
testImplementation 'org.mockito:mockito-junit-jupiter:5.16.1'
123+
testImplementation 'org.mockito:mockito-junit-jupiter:5.17.0'
124124
// would like to transition these to wiremock
125125
testImplementation 'org.mock-server:mockserver-junit-jupiter:5.15.0'
126126
// https://github.com/wiremock/wiremock/releases/tag/3.0.0 drops support for Java 8

0 commit comments

Comments
 (0)