From b8a5acf2ed96799412955b1a5c90f65b15670227 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 09:33:24 +0200 Subject: [PATCH] Bump rxjava from 3.0.2 to 3.0.3 (#54) Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.0.2...v3.0.3) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8e0d1f2..8c76a0f 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { compile "org.reactivestreams:reactive-streams:1.0.3" compile "io.reactivex:rxjava:1.3.8" - compile "io.reactivex.rxjava3:rxjava:3.0.2" + compile "io.reactivex.rxjava3:rxjava:3.0.3" testCompile group: 'junit', name: 'junit', version: '4.13' testCompile 'org.mockito:mockito-core:3.3.3'