From 6f787cdce5bac0329d211b10c543f268d2186cb3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 10:06:03 +0100 Subject: [PATCH] Upgrade to RxJava3 3.1.8 Closes gh-37757 --- 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 9ecd747ce4..0ab69a66e3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1199,7 +1199,7 @@ bom { ] } } - library("RxJava3", "3.1.7") { + library("RxJava3", "3.1.8") { group("io.reactivex.rxjava3") { modules = [ "rxjava"