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 cfc1d90 commit 7d75453Copy full SHA for 7d75453
build.gradle.kts
@@ -15,10 +15,10 @@ repositories {
15
16
dependencies {
17
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.21")
18
- testImplementation("org.junit.jupiter:junit-jupiter:[5.13.2,)")
+ testImplementation("org.junit.jupiter:junit-jupiter:[5.13.3,)")
19
testImplementation("org.hamcrest:hamcrest-core:[3.0,)")
20
testImplementation("org.zapodot:embedded-db-junit-jupiter:2.2.2")
21
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.13.2,)")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.13.3,)")
22
}
23
24
tasks.test {
0 commit comments