Upgrade to RxJava3 3.1.9

Closes gh-41847
This commit is contained in:
Stéphane Nicoll
2024-08-13 19:51:54 +02:00
parent 4aee2d84ad
commit deb0c3f7de

View File

@@ -1758,7 +1758,7 @@ bom {
releaseNotes("https://github.com/rsocket/rsocket-java/releases/tag/{version}")
}
}
library("RxJava3", "3.1.8") {
library("RxJava3", "3.1.9") {
group("io.reactivex.rxjava3") {
modules = [
"rxjava"