Skip to content

Commit f1c4be9

Browse files
committed
Upgrade to RxJava3 3.1.11
Closes gh-46380
1 parent 676aa10 commit f1c4be9

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
@@ -2035,7 +2035,7 @@ bom {
20352035
releaseNotes("https://github.com/rsocket/rsocket-java/releases/tag/{version}")
20362036
}
20372037
}
2038-
library("RxJava3", "3.1.10") {
2038+
library("RxJava3", "3.1.11") {
20392039
group("io.reactivex.rxjava3") {
20402040
modules = [
20412041
"rxjava"

0 commit comments

Comments
 (0)