File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,8 @@ subprojects {
78
78
79
79
dependencies {
80
80
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'
82
83
testImplementation ' nl.jqno.equalsverifier:equalsverifier'
83
84
jmh " org.slf4j:slf4j-simple"
84
85
jmh " org.openjdk.jmh:jmh-core:1.37"
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ org.apache.logging.log4j:log4j-jcl = 2.24.3
26
26
org.apache.logging.log4j :log4j-jul = 2.24.3
27
27
org.apache.logging.log4j :log4j-slf4j-impl = 2.24.3
28
28
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
30
31
org.slf4j :slf4j-api = 1.7.36
31
32
org.slf4j :slf4j-nop = 1.7.36
32
33
org.slf4j :slf4j-simple = 1.7.36
You can’t perform that action at this time.
0 commit comments