From 723b081e8edaf918ad7cfec8f3bee6fa2def7ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 04:09:49 +0000 Subject: [PATCH] Bump rxjava from 3.1.1 to 3.1.2 Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: io.reactivex.rxjava3:rxjava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3b2b167..1e745f8 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ repositories { dependencies { implementation "io.reactivex.rxjava2:rxjava:2.2.21" - implementation "io.reactivex.rxjava3:rxjava:3.1.1" + implementation "io.reactivex.rxjava3:rxjava:3.1.2" testImplementation 'junit:junit:4.13.2' }