From 4c1a1b0e0c23e5060083ef74fb28a12baf158ac7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Feb 2020 16:18:06 +0100 Subject: [PATCH] Upgrade to RxJava2 2.2.17 Closes gh-20090 --- 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 e077bf138f..a310a94066 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1384,7 +1384,7 @@ bom { ] } } - library("RxJava2", "2.2.15") { + library("RxJava2", "2.2.17") { group("io.reactivex.rxjava2") { modules = [ "rxjava"