Skip to content

Commit 5a2c951

Browse files
fix
1 parent 3c5e0e0 commit 5a2c951

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jol = "0.17"
2929
jqwik = "1.9.0"
3030
junit-pioneer = "2.2.0"
3131
junit5bom = "5.10.3"
32+
junit5 = "5.10.3"
3233
memoryfilesystem = "2.8.0"
3334
mockito-junit-jupiter = "5.12.0"
3435
opencypher-front-end = "9.0.20210312"
@@ -77,7 +78,7 @@ jqwik = { module = "net.jqwik:jqwik", version.ref = "jqwik" }
7778
junit-pioneer = { module = "org.junit-pioneer:junit-pioneer", version.ref = "junit-pioneer" }
7879
junit5-jupiter = { module = "org.junit.jupiter:junit-jupiter" }
7980
junit5-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api" }
80-
junit5-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }
81+
junit5-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref="junit5" }
8182
junit5-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params" }
8283
junit5-migration = { module = "org.junit.jupiter:junit-jupiter-migrationsupport" }
8384
junit5-platform = { module = "org.junit.platform:junit-platform-launcher" }

0 commit comments

Comments
 (0)