Skip to content

Commit 1e8d1b3

Browse files
Update junit-framework monorepo to v6
1 parent 4e2970e commit 1e8d1b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android-gradle = "8.13.0"
99

1010
gradle-plugin-publish = "1.3.1"
1111

12-
junit-platform = "1.13.4"
12+
junit-platform = "6.0.0"
1313

1414
# Pin to 2.12.0 to avoid newer OkHttp versions including newer Kotlin versions. See https://github.com/vanniktech/gradle-maven-publish-plugin/issues/1131
1515
retrofit = "2.12.0"
@@ -25,7 +25,7 @@ kotlin-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.
2525
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
2626
retrofit-converter-scalars = { module = "com.squareup.retrofit2:converter-scalars", version.ref = "retrofit" }
2727

28-
junit-jupiter = "org.junit.jupiter:junit-jupiter:5.13.4"
28+
junit-jupiter = "org.junit.jupiter:junit-jupiter:6.0.0"
2929
junit-engine = { module = "org.junit.platform:junit-platform-engine", version.ref = "junit-platform" }
3030
junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit-platform" }
3131
testParameterInjector = "com.google.testparameterinjector:test-parameter-injector-junit5:1.19"

0 commit comments

Comments
 (0)