We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a1160 commit 9bb42e1Copy full SHA for 9bb42e1
build.gradle.kts
@@ -15,10 +15,10 @@ repositories {
15
16
dependencies {
17
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.20")
18
- testImplementation("org.junit.jupiter:junit-jupiter:[5.12.0,)")
+ testImplementation("org.junit.jupiter:junit-jupiter:[5.12.2,)")
19
testImplementation("org.hamcrest:hamcrest-core:[3.0,)")
20
testImplementation("org.zapodot:embedded-db-junit-jupiter:2.2.0")
21
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.12.0,)")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.12.2,)")
22
}
23
24
tasks.test {
0 commit comments