Skip to content

Commit b6dae6a

Browse files
committed
Upgrade to JUnit 5.6.3, Woodstox 6.2.3, BlockHound 1.0.4
1 parent f50c2ca commit b6dae6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ configure(allprojects) { project ->
3434
mavenBom "org.eclipse.jetty:jetty-bom:9.4.31.v20200723"
3535
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.72"
3636
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"
3838
}
3939
dependencies {
4040
dependencySet(group: 'org.apache.logging.log4j', version: '2.13.3') {
@@ -62,11 +62,11 @@ configure(allprojects) { project ->
6262
dependency "io.reactivex:rxjava:1.3.8"
6363
dependency "io.reactivex:rxjava-reactive-streams:1.2.1"
6464
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"
6666

6767
dependency "com.caucho:hessian:4.0.63"
6868
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") {
7070
exclude group: "stax", name: "stax-api"
7171
}
7272
dependency "com.google.code.gson:gson:2.8.6"
@@ -367,7 +367,7 @@ configure([rootProject] + javaProjects) { project ->
367367
"https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.10/",
368368
"https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/",
369369
"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/"
371371
] as String[]
372372
}
373373

0 commit comments

Comments
 (0)