We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414e64c commit d524578Copy full SHA for d524578
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.11.3,)")
+ testImplementation("org.junit.jupiter:junit-jupiter:[5.12.0,)")
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.11.3,)")
+ testImplementation("org.zapodot:embedded-db-junit-jupiter:2.2.0")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.12.0,)")
22
}
23
24
tasks.test {
0 commit comments