From 1520de773de530cbad311610eddf06780351a250 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:31 +0000 Subject: [PATCH] Upgrade to RxJava2 2.2.20 Closes gh-23883 --- 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 982ec85baa..169c1da2b0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1470,7 +1470,7 @@ bom { ] } } - library("RxJava2", "2.2.19") { + library("RxJava2", "2.2.20") { group("io.reactivex.rxjava2") { modules = [ "rxjava"