Skip to content

Commit 7948a28

Browse files
committed
Upgraded JUnit to 5.9.3
1 parent 776c88f commit 7948a28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-logic/src/main/kotlin/org.sdkotlin.buildlogic.test.unit-test-suite.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ testing {
1414
// Version catalog not available in precompiled script plugins:
1515
// https://github.com/gradle/gradle/issues/15383
1616
//val junitVersion = libs.version.junit.get()
17-
val junitVersion = "5.9.2" // Duplicated in libs.versions.toml.
17+
val junitVersion = "5.9.3" // Duplicated in libs.versions.toml.
1818

1919
useJUnitJupiter(junitVersion)
2020

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependency-analysis-gradle-plugin = "1.20.0"
55
equalsverifier = "3.11.1"
66
jetbrains-annotations = "23.0.0"
77
jakarta-inject = "2.0.0"
8-
junit = "5.9.2" # Duplicated in unit-test-suite.gradle.kts.
8+
junit = "5.9.3" # Duplicated in unit-test-suite.gradle.kts.
99
kotlin = "1.8.10" # See also `kotlinTargetVersion` in kotlin-project.gradle.kts.
1010
kotlinx-coroutines = "1.6.4"
1111
kotlinx-datetime = "0.4.0"

0 commit comments

Comments
 (0)