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 @@ -33,7 +33,7 @@ configure(allprojects) { project ->
33
33
mavenBom " org.eclipse.jetty:jetty-bom:9.4.27.v20200227"
34
34
mavenBom " org.jetbrains.kotlin:kotlin-bom:1.3.70"
35
35
mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.5"
36
- mavenBom " org.junit:junit-bom:5.6.0 "
36
+ mavenBom " org.junit:junit-bom:5.6.1 "
37
37
}
38
38
dependencies {
39
39
dependencySet(group : ' org.apache.logging.log4j' , version : ' 2.13.1' ) {
@@ -367,7 +367,7 @@ configure([rootProject] + javaProjects) { project ->
367
367
" https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.10/" ,
368
368
" https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/" ,
369
369
" https://junit.org/junit4/javadoc/4.12/" ,
370
- " https://junit.org/junit5/docs/5.6.0 /api/"
370
+ " https://junit.org/junit5/docs/5.6.1 /api/"
371
371
] as String []
372
372
}
373
373
You can’t perform that action at this time.
0 commit comments