Skip to content

Commit 9fcbeb2

Browse files
Specify jupiter-engine version
Maven Central doesn't understand the use of BOM
1 parent 3429e11 commit 9fcbeb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jol = "0.17"
3030
jqwik = "1.9.0"
3131
junit-pioneer = "2.2.0"
3232
junit5bom = "5.11.0"
33-
junit5 = "5.11.0"
3433
memoryfilesystem = "2.8.0"
3534
mockito-junit-jupiter = "5.13.0"
3635
opencypher-front-end = "9.0.20210312"
@@ -82,7 +81,7 @@ jqwik = { module = "net.jqwik:jqwik", version.ref = "jqwik" }
8281
junit-pioneer = { module = "org.junit-pioneer:junit-pioneer", version.ref = "junit-pioneer" }
8382
junit5-jupiter = { module = "org.junit.jupiter:junit-jupiter" }
8483
junit5-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api" }
85-
junit5-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine"}
84+
junit5-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }
8685
junit5-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params" }
8786
junit5-migration = { module = "org.junit.jupiter:junit-jupiter-migrationsupport" }
8887
junit5-platform = { module = "org.junit.platform:junit-platform-launcher" }

0 commit comments

Comments
 (0)