Skip to content

Commit e159a07

Browse files
committed
build(deps): bump maven-plugin-testing-harness to 3.5.1 and mockito-core to 5.23.0
1 parent 506e6f9 commit e159a07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python-embed-maven-plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ dependencies {
5656
testImplementation 'org.junit.jupiter:junit-jupiter'
5757
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5858
testImplementation 'org.apache.maven:maven-compat:3.9.16'
59-
testImplementation 'org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.3.0'
60-
testImplementation 'org.mockito:mockito-core:5.15.2'
59+
testImplementation 'org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.5.1'
60+
testImplementation 'org.mockito:mockito-core:5.23.0'
6161
}
6262

6363
tasks.withType(JavaCompile).configureEach {

0 commit comments

Comments
 (0)