From 0ba4157012fc105208cbd743f52a5e5296961e51 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 1 Apr 2020 09:41:18 +0100 Subject: [PATCH] Upgrade to RxJava2 2.2.19 Closes gh-20786 --- 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 62101e8f9b..72c11e760f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1424,7 +1424,7 @@ bom { ] } } - library("RxJava2", "2.2.18") { + library("RxJava2", "2.2.19") { group("io.reactivex.rxjava2") { modules = [ "rxjava"