Skip to content

Commit b09b738

Browse files
committed
Update dependency org.junit.jupiter:junit-jupiter to v5.10.2
1 parent 3410d5c commit b09b738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.test/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
}
1414

1515
dependencies {
16-
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
16+
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
1717
testImplementation("org.amshove.kluent:kluent:1.73")
1818
testImplementation("org.jetbrains.kotlin:kotlin-compiler:1.9.22")
1919
}

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212
}
1313

1414
dependencies {
15-
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
15+
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
1616
testImplementation("org.amshove.kluent:kluent:1.73")
1717
}
1818

0 commit comments

Comments
 (0)