Skip to content

Commit 79aca5f

Browse files
build(deps): bump org.mockito:mockito-core from 5.20.0 to 5.21.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.20.0 to 5.21.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.20.0...v5.21.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9739fc0 commit 79aca5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buttplug4j/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
api 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
1616
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
1717
testImplementation 'dev.harrel:json-schema:1.8.2'
18-
testImplementation 'org.mockito:mockito-core:5.20.0'
18+
testImplementation 'org.mockito:mockito-core:5.21.0'
1919
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.1'
2020
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
2121
}

0 commit comments

Comments
 (0)