Skip to content

Commit 7f7dc93

Browse files
build(deps): bump org.mockito:mockito-junit-jupiter
Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.18.0 to 5.20.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.18.0...v5.20.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 528dd72 commit 7f7dc93

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
@@ -103,7 +103,7 @@ dependencies {
103103
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
104104

105105
// https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
106-
testImplementation 'org.mockito:mockito-junit-jupiter:5.18.0'
106+
testImplementation 'org.mockito:mockito-junit-jupiter:5.20.0'
107107

108108
// Performance Benchmark
109109
testImplementation 'org.openjdk.jmh:jmh-core:+'

0 commit comments

Comments
 (0)