File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -147,10 +147,11 @@ dependencies {
147147
148148testing {
149149 suites.withType(JvmTestSuite ::class ).configureEach {
150+ useJUnitJupiter(" 5.13.4" )
151+
150152 dependencies {
151153 implementation(project())
152154
153- implementation(enforcedPlatform(" org.junit:junit-bom:5.14.1" ))
154155 implementation(enforcedPlatform(" org.testcontainers:testcontainers-bom:2.0.2" ))
155156 implementation(enforcedPlatform(" com.google.guava:guava-bom:33.5.0-jre" ))
156157 implementation(enforcedPlatform(" com.linecorp.armeria:armeria-bom:1.34.0" ))
@@ -159,16 +160,11 @@ testing {
159160 compileOnly(" com.google.errorprone:error_prone_annotations" )
160161 compileOnly(" com.google.code.findbugs:jsr305" )
161162
162- implementation(" org.junit.jupiter:junit-jupiter-api" )
163- implementation(" org.junit.jupiter:junit-jupiter-params" )
164163 implementation(" org.mockito:mockito-core" )
165164 implementation(" org.mockito:mockito-junit-jupiter" )
166165 implementation(" org.assertj:assertj-core" )
167166 implementation(" org.awaitility:awaitility" )
168167 implementation(" io.github.netmikey.logunit:logunit-jul" )
169-
170- runtimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
171- runtimeOnly(" org.junit.platform:junit-platform-launcher" )
172168 }
173169 }
174170}
You can’t perform that action at this time.
0 commit comments