We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b17c5d commit 365e00dCopy full SHA for 365e00d
backend/build.gradle.kts
@@ -31,7 +31,7 @@ dependencies {
31
32
// Testing
33
testImplementation(kotlin("test-junit5"))
34
- testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "6.0.2")
+ testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "6.0.3")
35
36
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.8")
37
}
0 commit comments