From cc35ffbfd9eb057e13dc7e5711ffafddb598f786 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Feb 2021 16:24:38 +0000 Subject: [PATCH] Upgrade to RxJava2 2.2.21 Closes gh-25340 --- 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 2a76379254..2151d9db56 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1363,7 +1363,7 @@ bom { ] } } - library("RxJava2", "2.2.20") { + library("RxJava2", "2.2.21") { group("io.reactivex.rxjava2") { modules = [ "rxjava"