From d0329f68201a069d639ec4a4c4aa69a3ad7e840d 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:42:43 +0000
Subject: [PATCH] Bump rxjava from 2.2.12 to 2.2.19

Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 2.2.12 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.12...v2.2.19)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
---
 app/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/build.gradle b/app/build.gradle
index 15b04f0..8ad2a4b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -40,7 +40,7 @@ dependencies {
     androidTestImplementation 'androidx.test:runner:1.3.0-alpha01'
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
 
-    implementation "io.reactivex.rxjava2:rxjava:2.2.12"
+    implementation "io.reactivex.rxjava2:rxjava:2.2.19"
     implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
     implementation "androidx.lifecycle:lifecycle-extensions:2.0.0"
     implementation 'org.yaml:snakeyaml:1.25'