From 46cccd25af072b7865ed9e24ba012add95277186 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 05:39:45 +0000 Subject: [PATCH] Bump rxjava from 2.2.10 to 2.2.19 Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 2.2.10 to 2.2.19. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Changelog](https://github.com/ReactiveX/RxJava/blob/v2.2.19/CHANGES.md) - [Commits](https://github.com/ReactiveX/RxJava/compare/v2.2.10...v2.2.19) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index af3043e92..175460aea 100644 --- a/build.gradle +++ b/build.gradle @@ -430,7 +430,7 @@ dependencies { compile project(':foundation-access') compile project(':backends:pelioncloud_devicemanagement') - compile 'io.reactivex.rxjava2:rxjava:2.2.10' + compile 'io.reactivex.rxjava2:rxjava:2.2.19' compile 'joda-time:joda-time:2.10.5' compile 'com.jcabi:jcabi-manifests:1.1' compile 'io.github.cdimascio:java-dotenv:5.1.0'