We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32442a4 commit 6ac8113Copy full SHA for 6ac8113
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.2")
20
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
21
22
// Testcontainers
0 commit comments