Upgrade to RxJava3 3.1.9

Closes gh-41901
This commit is contained in:
Stéphane Nicoll 2024-08-16 15:19:30 +02:00
parent 80a0e84dab
commit 41393e5de1
1 changed files with 1 additions and 1 deletions

View File

@ -1729,7 +1729,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"