Skip to content

Commit b32db5b

Browse files
dependabot[bot]Weltraumschaf
authored andcommitted
Bump org.mockito:mockito-junit-jupiter
Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.10.0 to 5.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.10.0...v5.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5680179 commit b32db5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/persistence-defectdojo/hook/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
testImplementation(platform("org.junit:junit-bom:5.10.2"))
3939
testImplementation("org.junit.jupiter:junit-jupiter")
4040
testImplementation group: "org.mockito", name: "mockito-core", version: "5.10.0"
41-
testImplementation group: "org.mockito", name: "mockito-junit-jupiter", version: "5.10.0"
41+
testImplementation group: "org.mockito", name: "mockito-junit-jupiter", version: "5.11.0"
4242
testImplementation group: 'org.hamcrest', name: 'java-hamcrest', version: '2.0.0.0'
4343
testImplementation group: 'uk.org.webcompere', name: 'system-stubs-jupiter', version: '2.1.6'
4444
}

0 commit comments

Comments
 (0)