Browse Source

Upgrade to RxJava2 2.2.21

Closes gh-25340
pull/25507/head
Andy Wilkinson 5 years ago
parent
commit
cc35ffbfd9
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1363,7 +1363,7 @@ bom {
] ]
} }
} }
library("RxJava2", "2.2.20") { library("RxJava2", "2.2.21") {
group("io.reactivex.rxjava2") { group("io.reactivex.rxjava2") {
modules = [ modules = [
"rxjava" "rxjava"

Loading…
Cancel
Save