Skip to content

Commit 06dc558

Browse files
build(deps): bump org.mockito:mockito-core from 5.15.2 to 5.23.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.15.2 to 5.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.15.2...v5.23.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed32825 commit 06dc558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python-embed-maven-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
testImplementation 'org.junit.jupiter:junit-jupiter'
5757
testImplementation 'org.apache.maven:maven-compat:3.9.9'
5858
testImplementation 'org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.3.0'
59-
testImplementation 'org.mockito:mockito-core:5.15.2'
59+
testImplementation 'org.mockito:mockito-core:5.23.0'
6060
}
6161

6262
tasks.withType(JavaCompile).configureEach {

0 commit comments

Comments
 (0)