Skip to content

Commit d8533c2

Browse files
Add junit version to libs.versions.toml
1 parent 025763e commit d8533c2

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:6.0.0"
6-
junit-platform = "org.junit.platform:junit-platform-launcher:6.0.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)