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 ace6dceCopy full SHA for ace6dce
1 file changed
build.gradle.kts
@@ -45,8 +45,8 @@ dependencies {
45
implementation("org.jetbrains:annotations:26.0.2")
46
47
// JUnit and SLF4J for testing
48
- testImplementation("org.junit.jupiter:junit-jupiter-engine:5.13.4")
49
- testImplementation("org.junit.platform:junit-platform-launcher:1.13.4")
+ testImplementation("org.junit.jupiter:junit-jupiter-engine:6.0.3")
+ testImplementation("org.junit.platform:junit-platform-launcher:6.0.3")
50
testImplementation("org.slf4j:slf4j-jdk14:2.0.17")
51
testImplementation("org.assertj:assertj-core:3.27.3")
52
}
0 commit comments