Upgrade to RxJava3 3.1.10

Closes gh-43386
This commit is contained in:
Phillip Webb 2024-12-04 11:39:19 -08:00
parent a696f29bba
commit 0ebee16043
1 changed files with 1 additions and 1 deletions

View File

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