File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -232,8 +232,6 @@ testing {
232232 dependencies {
233233 implementation(project(project.path))
234234
235- implementation(enforcedPlatform(" org.junit:junit-bom:5.11.4" ))
236-
237235 implementation(project(" :testing-internal" ))
238236
239237 compileOnly(" com.google.auto.value:auto-value-annotations" )
Original file line number Diff line number Diff line change @@ -37,10 +37,12 @@ val opencensusVersion = "0.31.1"
3737val prometheusClientVersion = " 0.16.0"
3838val prometheusServerVersion = " 1.3.5"
3939val armeriaVersion = " 1.31.3"
40-
40+ val junitVersion = " 5.11.4 "
4141
4242val DEPENDENCIES = listOf (
43- " org.junit.jupiter:junit-jupiter-api:5.11.4" ,
43+ " org.junit.jupiter:junit-jupiter-api:${junitVersion} " ,
44+ " org.junit.jupiter:junit-jupiter-params:${junitVersion} " ,
45+ " org.junit.jupiter:junit-jupiter-pioneer:${junitVersion} " ,
4446 " com.linecorp.armeria:armeria:${armeriaVersion} " ,
4547 " com.linecorp.armeria:armeria-grpc:${armeriaVersion} " ,
4648 " com.linecorp.armeria:armeria-grpc-protocol:${armeriaVersion} " ,
You can’t perform that action at this time.
0 commit comments