File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ testing {
135135 dependencies {
136136 implementation(project(project.path))
137137
138- implementation(enforcedPlatform(" org.junit:junit-bom:5.11.4 " ))
138+ implementation(enforcedPlatform(" org.junit:junit-bom:5.12.0 " ))
139139 implementation(enforcedPlatform(" org.testcontainers:testcontainers-bom:1.20.5" ))
140140 implementation(enforcedPlatform(" com.google.guava:guava-bom:33.4.0-jre" ))
141141 implementation(enforcedPlatform(" com.linecorp.armeria:armeria-bom:1.31.3" ))
@@ -153,6 +153,7 @@ testing {
153153 implementation(" io.github.netmikey.logunit:logunit-jul" )
154154
155155 runtimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
156+ runtimeOnly(" org.junit.platform:junit-platform-launcher" )
156157 }
157158 }
158159}
You can’t perform that action at this time.
0 commit comments