We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e522e commit 76e73dcCopy full SHA for 76e73dc
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.1")
+ testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
20
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
21
22
// Testcontainers
0 commit comments