Skip to content

Commit 79b921f

Browse files
fix(deps): update junit-framework monorepo to v6
1 parent ac426a9 commit 79b921f

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
@@ -10,7 +10,7 @@ gradle-plugin-publish = "1.3.1"
1010
retrofit = "3.0.0"
1111

1212
truth = "1.4.4"
13-
junit-platform = "1.13.3"
13+
junit-platform = "6.0.0-M1"
1414

1515
[libraries]
1616
okhttp = "com.squareup.okhttp3:okhttp:5.0.0"
@@ -29,7 +29,7 @@ retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit
2929
retrofit-converter-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "retrofit" }
3030
retrofit-converter-scalars = { module = "com.squareup.retrofit2:converter-scalars", version.ref = "retrofit" }
3131

32-
junit-jupiter = "org.junit.jupiter:junit-jupiter:5.13.3"
32+
junit-jupiter = "org.junit.jupiter:junit-jupiter:6.0.0-M1"
3333
junit-engine = { module = "org.junit.platform:junit-platform-engine", version.ref = "junit-platform" }
3434
junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit-platform" }
3535
testParameterInjector = "com.google.testparameterinjector:test-parameter-injector-junit5:1.18"

0 commit comments

Comments
 (0)