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.
2 parents da6119c + 233221d commit dbad28dCopy full SHA for dbad28d
core/build.gradle
@@ -149,7 +149,7 @@ dependencies {
149
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"
150
jarFileTestRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
151
jarFileTestImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
152
- jarFileTestImplementation 'org.assertj:assertj-core:3.27.4'
+ jarFileTestImplementation 'org.assertj:assertj-core:3.27.6'
153
jarFileTestImplementation 'org.ow2.asm:asm-debug-all:5.2'
154
}
155
0 commit comments