From e493d99a0d1000f9b2b22aed5c7d6590b2e54ecd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2020 04:44:04 +0000 Subject: [PATCH] Bump rxjava from 3.0.4 to 3.0.6 Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.0.4 to 3.0.6. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.0.4...v3.0.6) 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 4a3d9ec..cdf7173 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ repositories { dependencies { api "org.jetbrains.kotlin:kotlin-stdlib" - api "io.reactivex.rxjava3:rxjava:3.0.4" + api "io.reactivex.rxjava3:rxjava:3.0.6" implementation "commons-io:commons-io:2.7" }