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 fe5a9f5 commit ee0773eCopy full SHA for ee0773e
build.gradle.kts
@@ -45,7 +45,7 @@ repositories {
45
dependencies {
46
@Suppress("SpellCheckingInspection")
47
testImplementation("org.opentest4j:opentest4j:1.3.0")
48
- testImplementation("org.assertj:assertj-core:3.26.3")
+ testImplementation("org.assertj:assertj-core:3.27.1")
49
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
50
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
51
0 commit comments