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 287c477 commit ec338e2Copy full SHA for ec338e2
build.gradle.kts
@@ -32,7 +32,7 @@ tasks.withType<Javadoc>().configureEach {
32
dependencies {
33
compileOnly("org.apache.maven:maven-core:3.9.11")
34
35
- testImplementation("org.assertj:assertj-core:3.27.3")
+ testImplementation("org.assertj:assertj-core:3.27.6")
36
testImplementation("io.takari.maven.plugins:takari-plugin-integration-testing:3.1.1")
37
}
38
0 commit comments