From d87f6b0fd4cdac4a65bcbccb6b427dc105b8511a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 04:19:50 +0000 Subject: [PATCH] Bump rxjava from 2.2.10 to 2.2.20 Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 2.2.10 to 2.2.20. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Changelog](https://github.com/ReactiveX/RxJava/blob/v2.2.20/CHANGES.md) - [Commits](https://github.com/ReactiveX/RxJava/compare/v2.2.10...v2.2.20) 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..fe672b4fa 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.20' compile 'joda-time:joda-time:2.10.5' compile 'com.jcabi:jcabi-manifests:1.1' compile 'io.github.cdimascio:java-dotenv:5.1.0'