From 994d925e77e0914e9836171c146560d42df42b5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 12:13:14 +0000 Subject: [PATCH] Bump rxjava from 3.1.3 to 3.1.4 Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.3...v3.1.4) --- 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 9ea2b8c..2068b6f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -119,7 +119,7 @@ dependencies { androidTestImplementation "androidx.arch.core:core-testing:$testing_androidx_arch_core_version" androidTestRuntimeOnly "org.junit.vintage:junit-vintage-engine:$testing_junit5_version" - implementation "io.reactivex.rxjava3:rxjava:3.1.3" + implementation "io.reactivex.rxjava3:rxjava:3.1.4" testImplementation testFixtures(project(':core')) androidTestImplementation testFixtures(project(':core'))