From adfaf372de80c22ced93c3a8c94887bf5d21a463 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 24 Aug 2023 09:16:16 +0200 Subject: [PATCH] Upgrade to RxJava3 3.1.7 Closes gh-37091 --- 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 a799457c5a..fe3240284f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1239,7 +1239,7 @@ bom { ] } } - library("RxJava3", "3.1.6") { + library("RxJava3", "3.1.7") { group("io.reactivex.rxjava3") { modules = [ "rxjava"