Skip to content

Commit 9bb42e1

Browse files
authored
Update build.gradle.kts
1 parent 87a1160 commit 9bb42e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ repositories {
1515

1616
dependencies {
1717
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.20")
18-
testImplementation("org.junit.jupiter:junit-jupiter:[5.12.0,)")
18+
testImplementation("org.junit.jupiter:junit-jupiter:[5.12.2,)")
1919
testImplementation("org.hamcrest:hamcrest-core:[3.0,)")
2020
testImplementation("org.zapodot:embedded-db-junit-jupiter:2.2.0")
21-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.12.0,)")
21+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.12.2,)")
2222
}
2323

2424
tasks.test {

0 commit comments

Comments
 (0)