We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffac385 + 624f967 commit 6e447a3Copy full SHA for 6e447a3
build.gradle
@@ -48,7 +48,7 @@ subprojects {
48
dependencies {
49
implementation "org.ow2.asm:asm:9.7"
50
implementation 'com.diffplug.gradle:goomph:4.0.1'
51
- testImplementation 'org.assertj:assertj-core:3.26.0'
+ testImplementation 'org.assertj:assertj-core:3.26.3'
52
}
53
tasks.named('test') {
54
dependsOn ':atplug-runtime:jar', ':atplug-runtime:testClasses'
0 commit comments