We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506e6f9 commit e159a07Copy full SHA for e159a07
1 file changed
python-embed-maven-plugin/build.gradle
@@ -56,8 +56,8 @@ dependencies {
56
testImplementation 'org.junit.jupiter:junit-jupiter'
57
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
58
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'
+ testImplementation 'org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.5.1'
+ testImplementation 'org.mockito:mockito-core:5.23.0'
61
}
62
63
tasks.withType(JavaCompile).configureEach {
0 commit comments