From e9b4deb246b80c2f7804e81c07f6a08400bb87e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 04:00:46 +0000 Subject: [PATCH] Bump io.reactivex.rxjava3:rxjava from 3.0.0 to 3.1.6 Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) from 3.0.0 to 3.1.6. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.0.0...v3.1.6) --- 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..5de8181 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.6' integTestCompile sourceSets.main.output integTestCompile configurations.testCompile