Skip to content

Commit 1e8bd8f

Browse files
committed
junit-jupiter-engine 5.12.0
1 parent c66f3a5 commit 1e8bd8f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ subprojects {
7878

7979
dependencies {
8080
implementation "org.slf4j:slf4j-api"
81-
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
81+
testImplementation 'org.junit.jupiter:junit-jupiter'
82+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
8283
testImplementation 'nl.jqno.equalsverifier:equalsverifier'
8384
jmh "org.slf4j:slf4j-simple"
8485
jmh "org.openjdk.jmh:jmh-core:1.37"

dependencies.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ org.apache.logging.log4j:log4j-jcl = 2.24.3
2626
org.apache.logging.log4j:log4j-jul = 2.24.3
2727
org.apache.logging.log4j:log4j-slf4j-impl = 2.24.3
2828
org.hsqldb:hsqldb = 2.7.4
29-
org.junit.jupiter:junit-jupiter-engine = 5.11.4
29+
org.junit.jupiter:junit-jupiter = 5.12.0
30+
org.junit.platform:junit-platform-launcher = 1.12.0
3031
org.slf4j:slf4j-api = 1.7.36
3132
org.slf4j:slf4j-nop = 1.7.36
3233
org.slf4j:slf4j-simple = 1.7.36

0 commit comments

Comments
 (0)