Skip to content

Commit 1761ef9

Browse files
authored
Update and align junit version across all projects (#1023)
1 parent ce00305 commit 1761ef9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jctools = "4.0.5"
3131
jersey = "2.46"
3232
jose4j = "0.9.6"
3333
jsonSchemaValidator = "1.5.7"
34-
junit = "4.13.2"
35-
junit-jupiter = "5.12.2"
34+
junit-jupiter = "5.13.1"
3635
logback = "1.5.18"
3736
milo = "0.6.15"
3837
mockito = "5.17.0"
@@ -102,7 +101,6 @@ jctools = { module = "org.jctools:jctools-core", version.ref = "jctools" }
102101
jose4j = { module = "org.bitbucket.b_c:jose4j", version.ref = "jose4j" }
103102
jsonSchemaValidator = { module = "com.networknt:json-schema-validator", version.ref = "jsonSchemaValidator" }
104103
julToSlf4j = { module = "org.slf4j:jul-to-slf4j", version.ref = "slf4j" }
105-
junit = { module = "junit:junit", version.ref = "junit" }
106104
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit-jupiter" }
107105
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter" }
108106
logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }

0 commit comments

Comments
 (0)