Skip to content

Commit b31ae0e

Browse files
committed
Relax version constraint on JUnit 4
Fixes #2722.
1 parent 73c2fa7 commit b31ae0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jfrunit = { module = "org.moditect.jfrunit:jfrunit", version = "1.0.0.Alpha1" }
2828
jmh-core = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" }
2929
jmh-generator-annprocess = { module = "org.openjdk.jmh:jmh-generator-annprocess", version.ref = "jmh" }
3030
joox = { module = "org.jooq:joox", version = "1.6.2" }
31-
junit4 = { module = "junit:junit", version = { strictly = "[4.12,)", prefer = "4.13.2" } }
31+
junit4 = { module = "junit:junit", version = { require = "[4.12,)", prefer = "4.13.2" } }
3232
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.4.3" }
3333
log4j-core = { module = "org.apache.logging.log4j:log4j-core", version.ref = "log4j" }
3434
log4j-jul = { module = "org.apache.logging.log4j:log4j-jul", version.ref = "log4j" }

0 commit comments

Comments
 (0)