From 030d6461de9afbb00f52ca02fbf639f6e4360463 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 04:50:14 +0000 Subject: [PATCH] Bump rxjava from 3.0.0 to 3.0.12 Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.0.0 to 3.0.12. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.0.0...v3.0.12) 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 d921b28..f6a3477 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ repositories { dependencies { testCompile group: 'junit', name: 'junit', version: '4.13.2' - compile group: 'io.reactivex.rxjava3', name: 'rxjava', version: '3.0.0' + compile group: 'io.reactivex.rxjava3', name: 'rxjava', version: '3.0.12' integTestCompile sourceSets.main.output integTestCompile configurations.testCompile