Skip to content

Commit 6525b02

Browse files
Update junit-framework monorepo to v6 (major) (#409)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Enrico Martelli <[email protected]>
1 parent 9df1b72 commit 6525b02

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
[versions]
2+
junit = "6.0.0"
3+
14
[libraries]
25
gson = "com.google.code.gson:gson:2.13.2"
36
hamcrest = "org.hamcrest:hamcrest:3.0"
47
jspecify = "org.jspecify:jspecify:1.0.0"
5-
junit-jupiter = "org.junit.jupiter:junit-jupiter:5.14.0"
6-
junit-platform = "org.junit.platform:junit-platform-launcher:1.14.0"
8+
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
9+
junit-platform = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit" }
710
logback-classic = "ch.qos.logback:logback-classic:1.5.18"
811
mockwebserver = "com.squareup.okhttp3:mockwebserver3-junit5:5.1.0"
912
telegram-bot-api = "com.github.pengrad:java-telegram-bot-api:9.2.0"

0 commit comments

Comments
 (0)