We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d738e3 commit 56f5c1bCopy full SHA for 56f5c1b
build.gradle.kts
@@ -16,7 +16,7 @@ dependencies {
16
testImplementation(kotlin("test"))
17
18
// JUnit 5
19
- testImplementation("org.junit.jupiter:junit-jupiter:5.14.2")
+ testImplementation("org.junit.jupiter:junit-jupiter:6.0.3")
20
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
21
22
// Testcontainers
0 commit comments