Skip to content

Commit db89f8b

Browse files
build(deps): bump org.mockito:mockito-junit-jupiter (#475)
Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.13.0 to 5.14.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.13.0...v5.14.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c861129 commit db89f8b

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
@@ -113,7 +113,7 @@ dependencies {
113113
// for json assertions
114114
testImplementation 'uk.org.webcompere:model-assert:1.0.3'
115115
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
116-
testImplementation 'org.mockito:mockito-junit-jupiter:5.13.0'
116+
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.1'
117117
// would like to transition these to wiremock
118118
testImplementation 'org.mock-server:mockserver-junit-jupiter:5.15.0'
119119
// https://github.com/wiremock/wiremock/releases/tag/3.0.0 drops support for Java 8

0 commit comments

Comments
 (0)