Browse Source

Upgrade to RxJava2 2.2.19

Closes gh-20786
pull/20793/head
Andy Wilkinson 6 years ago
parent
commit
0ba4157012
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1424,7 +1424,7 @@ bom { @@ -1424,7 +1424,7 @@ bom {
]
}
}
library("RxJava2", "2.2.18") {
library("RxJava2", "2.2.19") {
group("io.reactivex.rxjava2") {
modules = [
"rxjava"

Loading…
Cancel
Save