From 3a0e76ed4f9a32932a42af6a751a6aece390120b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jan 2022 23:07:40 +0000 Subject: [PATCH] Bump rxjava from 3.1.2 to 3.1.3 Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: io.reactivex.rxjava3:rxjava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2c92a0b..f461865 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -171,6 +171,6 @@ dependencies { kaptAndroidTest "com.google.dagger:hilt-compiler:$hilt_version" androidTestImplementation project(":network") // hilt needs it - implementation "io.reactivex.rxjava3:rxjava:3.1.2" + implementation "io.reactivex.rxjava3:rxjava:3.1.3" }