We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f8eb0 commit 7e50602Copy full SHA for 7e50602
build.gradle.kts
@@ -30,7 +30,7 @@ tasks.withType<Javadoc>().configureEach {
30
}
31
32
dependencies {
33
- compileOnly("org.apache.maven:maven-core:3.9.9")
+ compileOnly("org.apache.maven:maven-core:3.9.11")
34
35
testImplementation("org.assertj:assertj-core:3.27.3")
36
testImplementation("io.takari.maven.plugins:takari-plugin-integration-testing:3.0.5")
0 commit comments