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 84ff9c6 commit eb88102Copy full SHA for eb88102
build.gradle
@@ -49,7 +49,7 @@ subprojects {
49
implementation "org.ow2.asm:asm:9.8"
50
implementation 'com.diffplug.gradle:goomph:4.3.0'
51
implementation 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21'
52
- testImplementation 'org.assertj:assertj-core:3.27.3'
+ testImplementation 'org.assertj:assertj-core:3.27.4'
53
}
54
tasks.named('test') {
55
dependsOn ':atplug-runtime:jar', ':atplug-runtime:testClasses'
0 commit comments