Skip to content

Commit 60e4cc5

Browse files
dependabot[bot]guusdk
authored andcommitted
Bump org.mockito:mockito-junit-jupiter from 5.21.0 to 5.22.0
Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.21.0 to 5.22.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.21.0...v5.22.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent adaabeb commit 60e4cc5

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
@@ -97,7 +97,7 @@ dependencies {
9797

9898
testImplementation platform('org.junit:junit-bom:5.14.3')
9999
testImplementation 'org.junit.jupiter:junit-jupiter-api'
100-
testImplementation 'org.mockito:mockito-junit-jupiter:5.21.0'
100+
testImplementation 'org.mockito:mockito-junit-jupiter:5.22.0'
101101
testImplementation 'org.assertj:assertj-core:3.27.7'
102102

103103
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)