From 4c719c163b2e75db2ff618c973dfefc134ede573 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Aug 2023 21:04:14 +0200 Subject: [PATCH] Upgrade to RxJava3 3.1.7 Closes gh-37087 --- 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 cafb1cb80ed..cbe89bc87e0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1184,7 +1184,7 @@ bom { ] } } - library("RxJava3", "3.1.6") { + library("RxJava3", "3.1.7") { group("io.reactivex.rxjava3") { modules = [ "rxjava"