We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903eaf6 commit 624f967Copy full SHA for 624f967
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