From 93c5e75298542390c85caabbecc71bbf557d73bf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 12:14:32 +0100 Subject: [PATCH] Upgrade to RxJava3 3.1.8 Closes gh-37787 --- 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 5f9e597d8b..7c0d454270 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1356,7 +1356,7 @@ bom { ] } } - library("RxJava3", "3.1.7") { + library("RxJava3", "3.1.8") { group("io.reactivex.rxjava3") { modules = [ "rxjava"