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 60c0ece commit 833e5e6Copy full SHA for 833e5e6
build.gradle.kts
@@ -15,10 +15,10 @@ repositories {
15
16
dependencies {
17
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.20")
18
- testImplementation("org.junit.jupiter:junit-jupiter:[5.10.3,)")
+ testImplementation("org.junit.jupiter:junit-jupiter:[5.11.0,)")
19
testImplementation("org.hamcrest:hamcrest-core:[2.2,)")
20
testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.2.0,)")
21
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.10.3,)")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.11.0,)")
22
}
23
24
tasks.test {
0 commit comments