Skip to content

Commit

Permalink
Upgrade to Log4J 2.13 and RxJava 2.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Dec 15, 2019
1 parent 5f91780 commit 5836680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -51,7 +51,7 @@ configure(allprojects) { project ->
mavenBom "org.junit:junit-bom:5.5.2"
}
dependencies {
dependencySet(group: 'org.apache.logging.log4j', version: '2.12.1') {
dependencySet(group: 'org.apache.logging.log4j', version: '2.13.0') {
entry 'log4j-api'
entry 'log4j-core'
entry 'log4j-slf4j-impl'
Expand All @@ -76,7 +76,7 @@ configure(allprojects) { project ->

dependency "io.reactivex:rxjava:1.3.8"
dependency "io.reactivex:rxjava-reactive-streams:1.2.1"
dependency "io.reactivex.rxjava2:rxjava:2.2.15"
dependency "io.reactivex.rxjava2:rxjava:2.2.16"

dependency "com.caucho:hessian:4.0.62"
dependency "com.fasterxml:aalto-xml:1.2.2"
Expand Down

0 comments on commit 5836680

Please sign in to comment.