File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ configure(allprojects) { project ->
31
31
mavenBom " org.eclipse.jetty:jetty-bom:9.4.31.v20200723"
32
32
mavenBom " org.jetbrains.kotlin:kotlin-bom:1.4.0"
33
33
mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.9"
34
- mavenBom " org.junit:junit-bom:5.7.0-RC1 "
34
+ mavenBom " org.junit:junit-bom:5.7.0"
35
35
}
36
36
dependencies {
37
37
dependencySet(group : ' org.apache.logging.log4j' , version : ' 2.13.3' ) {
@@ -375,7 +375,7 @@ configure([rootProject] + javaProjects) { project ->
375
375
" https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.10/" ,
376
376
" https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/" ,
377
377
" https://junit.org/junit4/javadoc/4.13/" ,
378
- " https://junit.org/junit5/docs/5.6.2 /api/"
378
+ " https://junit.org/junit5/docs/5.7.0 /api/"
379
379
] as String []
380
380
}
381
381
You can’t perform that action at this time.
0 commit comments