Skip to content

Commit ac19a32

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 8b78811 commit ac19a32

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
@@ -57,7 +57,7 @@ dependencies {
5757
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5858
testImplementation 'org.apache.maven:maven-compat:3.9.9'
5959
testImplementation 'org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.3.0'
60-
testImplementation 'org.mockito:mockito-core:5.15.2'
60+
testImplementation 'org.mockito:mockito-core:5.23.0'
6161
}
6262

6363
tasks.withType(JavaCompile).configureEach {

0 commit comments

Comments
 (0)