File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ configure(allprojects) { project ->
34
34
mavenBom " org.eclipse.jetty:jetty-bom:9.4.36.v20210114"
35
35
mavenBom " org.jetbrains.kotlin:kotlin-bom:1.4.21"
36
36
mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.4.2"
37
- mavenBom " org.junit:junit-bom:5.7.0 "
37
+ mavenBom " org.junit:junit-bom:5.7.1 "
38
38
}
39
39
dependencies {
40
40
dependencySet(group : ' org.apache.logging.log4j' , version : ' 2.14.0' ) {
@@ -382,7 +382,7 @@ configure([rootProject] + javaProjects) { project ->
382
382
" https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/" ,
383
383
" https://projectreactor.io/docs/test/release/api/" ,
384
384
" https://junit.org/junit4/javadoc/4.13.1/" ,
385
- " https://junit.org/junit5/docs/5.7.0 /api/"
385
+ " https://junit.org/junit5/docs/5.7.1 /api/"
386
386
] as String []
387
387
}
388
388
You can’t perform that action at this time.
0 commit comments