Browse Source

Upgrade to RxJava3 3.1.7

Closes gh-37087
pull/37462/head
Stephane Nicoll 3 years ago
parent
commit
4c719c163b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1184,7 +1184,7 @@ bom { @@ -1184,7 +1184,7 @@ bom {
]
}
}
library("RxJava3", "3.1.6") {
library("RxJava3", "3.1.7") {
group("io.reactivex.rxjava3") {
modules = [
"rxjava"

Loading…
Cancel
Save