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 0abb284 commit 122eb47Copy full SHA for 122eb47
build.gradle.kts
@@ -48,7 +48,7 @@ dependencies {
48
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.13.4")
49
testImplementation("org.junit.platform:junit-platform-launcher:1.13.4")
50
testImplementation("org.slf4j:slf4j-jdk14:2.0.17")
51
- testImplementation("org.assertj:assertj-core:3.27.3")
+ testImplementation("org.assertj:assertj-core:3.27.6")
52
}
53
54
tasks.withType<Test> {
0 commit comments