From 890c10202b1c0003802688d078921b5a6df43452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 04:12:45 +0000 Subject: [PATCH] Bump rxjava from 3.0.13 to 3.1.0 Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.0.13 to 3.1.0. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.0.13...v3.1.0) --- 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 bb969180..77bd1856 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { signature 'org.codehaus.mojo.signature:java18:1.0@signature' compile "org.reactivestreams:reactive-streams:1.0.3" - compile "io.reactivex.rxjava3:rxjava:3.0.13" + compile "io.reactivex.rxjava3:rxjava:3.1.0" testCompile group: 'junit', name: 'junit', version: '4.13.2'