From cfa96f39ad5ed160cf7c2fea0a287041ca3549b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 05:34:31 +0000 Subject: [PATCH] Bump rxjava from 2.2.10 to 2.2.18 Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 2.2.10 to 2.2.18. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Changelog](https://github.com/ReactiveX/RxJava/blob/v2.2.18/CHANGES.md) - [Commits](https://github.com/ReactiveX/RxJava/compare/v2.2.10...v2.2.18) 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..c53f27cec 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.18' compile 'joda-time:joda-time:2.10.5' compile 'com.jcabi:jcabi-manifests:1.1' compile 'io.github.cdimascio:java-dotenv:5.1.0'