From 9dfc2131b90a2107bd7b56f15c1f382babc99c37 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Mar 2022 16:38:04 +0100 Subject: [PATCH] Upgrade to RxJava3 3.1.4 Closes gh-30370 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 3bb61e3231..d6c7688d6c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1148,7 +1148,7 @@ bom { ] } } - library("RxJava3", "3.1.3") { + library("RxJava3", "3.1.4") { group("io.reactivex.rxjava3") { modules = [ "rxjava"