Skip to content

Commit 0ebee16

Browse files
committed
Upgrade to RxJava3 3.1.10
Closes gh-43386
1 parent a696f29 commit 0ebee16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1930,7 +1930,7 @@ bom {
19301930
releaseNotes("https://github.com/rsocket/rsocket-java/releases/tag/{version}")
19311931
}
19321932
}
1933-
library("RxJava3", "3.1.9") {
1933+
library("RxJava3", "3.1.10") {
19341934
group("io.reactivex.rxjava3") {
19351935
modules = [
19361936
"rxjava"

0 commit comments

Comments
 (0)