We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7813c commit 2d4abbcCopy full SHA for 2d4abbc
build.gradle
@@ -48,7 +48,7 @@ subprojects {
48
dependencies {
49
implementation "org.ow2.asm:asm:9.7.1"
50
implementation 'com.diffplug.gradle:goomph:4.2.0'
51
- testImplementation 'org.assertj:assertj-core:3.27.0'
+ testImplementation 'org.assertj:assertj-core:3.27.2'
52
}
53
tasks.named('test') {
54
dependsOn ':atplug-runtime:jar', ':atplug-runtime:testClasses'
0 commit comments