From dabc0075e41e3525057e0d627f4475e369c9bf87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 04:02:44 +0000 Subject: [PATCH] Bump rxjava from 3.0.0 to 3.1.3 Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.0.0 to 3.1.3. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.0.0...v3.1.3) --- updated-dependencies: - dependency-name: io.reactivex.rxjava3:rxjava dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d921b28..47f5f4c 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.1.3' integTestCompile sourceSets.main.output integTestCompile configurations.testCompile