File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
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(project.path))
152154
153- implementation(enforcedPlatform(" org.junit:junit-bom:5.13.4" ))
154155 implementation(enforcedPlatform(" org.testcontainers:testcontainers-bom:1.21.3" ))
155156 implementation(enforcedPlatform(" com.google.guava:guava-bom:33.5.0-jre" ))
156157 implementation(enforcedPlatform(" com.linecorp.armeria:armeria-bom:1.33.4" ))
@@ -159,16 +160,12 @@ 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" )
163163 implementation(" org.junit.jupiter:junit-jupiter-params" )
164164 implementation(" org.mockito:mockito-core" )
165165 implementation(" org.mockito:mockito-junit-jupiter" )
166166 implementation(" org.assertj:assertj-core" )
167167 implementation(" org.awaitility:awaitility" )
168168 implementation(" io.github.netmikey.logunit:logunit-jul" )
169-
170- runtimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
171- runtimeOnly(" org.junit.platform:junit-platform-launcher" )
172169 }
173170 }
174171}
You can’t perform that action at this time.
0 commit comments