From ca552901cfe4867acb2c81ed4a23e9a371bd966b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 09:30:18 +0200 Subject: [PATCH] Upgrade to RxJava2 2.2.20 Closes gh-23664 --- 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 3289e81b45..31c6f61909 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1365,7 +1365,7 @@ bom { ] } } - library("RxJava2", "2.2.19") { + library("RxJava2", "2.2.20") { group("io.reactivex.rxjava2") { modules = [ "rxjava"