Skip to content

Commit 833e5e6

Browse files
committed
Updated gradle
1 parent 60c0ece commit 833e5e6

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.0.20")
18-
testImplementation("org.junit.jupiter:junit-jupiter:[5.10.3,)")
18+
testImplementation("org.junit.jupiter:junit-jupiter:[5.11.0,)")
1919
testImplementation("org.hamcrest:hamcrest-core:[2.2,)")
2020
testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.2.0,)")
21-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.10.3,)")
21+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.11.0,)")
2222
}
2323

2424
tasks.test {

0 commit comments

Comments
 (0)