@@ -34,7 +34,7 @@ configure(allprojects) { project ->
34
34
mavenBom " org.eclipse.jetty:jetty-bom:9.4.31.v20200723"
35
35
mavenBom " org.jetbrains.kotlin:kotlin-bom:1.3.72"
36
36
mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.5"
37
- mavenBom " org.junit:junit-bom:5.6.2 "
37
+ mavenBom " org.junit:junit-bom:5.6.3 "
38
38
}
39
39
dependencies {
40
40
dependencySet(group : ' org.apache.logging.log4j' , version : ' 2.13.3' ) {
@@ -62,11 +62,11 @@ configure(allprojects) { project ->
62
62
dependency " io.reactivex:rxjava:1.3.8"
63
63
dependency " io.reactivex:rxjava-reactive-streams:1.2.1"
64
64
dependency " io.reactivex.rxjava2:rxjava:2.2.19"
65
- dependency " io.projectreactor.tools:blockhound:1.0.2 .RELEASE"
65
+ dependency " io.projectreactor.tools:blockhound:1.0.4 .RELEASE"
66
66
67
67
dependency " com.caucho:hessian:4.0.63"
68
68
dependency " com.fasterxml:aalto-xml:1.2.2"
69
- dependency(" com.fasterxml.woodstox:woodstox-core:6.2.1 " ) {
69
+ dependency(" com.fasterxml.woodstox:woodstox-core:6.2.3 " ) {
70
70
exclude group : " stax" , name : " stax-api"
71
71
}
72
72
dependency " com.google.code.gson:gson:2.8.6"
@@ -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.2 /api/"
370
+ " https://junit.org/junit5/docs/5.6.3 /api/"
371
371
] as String []
372
372
}
373
373
0 commit comments