From 00338c7c083b15e0b61567704e348167d506d361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 16:02:12 +0000 Subject: [PATCH] chore(deps): bump rxjava from 3.1.4 to 3.1.6 in /app Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.1.4 to 3.1.6. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.4...v3.1.6) --- 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 b80d8ff..1f9352d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ dependencies { // have the latest features and bug fixes. implementation "com.google.android.gms:play-services-maps:18.0.2" implementation 'com.google.android.libraries.places:places:2.5.0' - implementation 'io.reactivex.rxjava3:rxjava:3.1.4' + implementation 'io.reactivex.rxjava3:rxjava:3.1.6' // [START_EXCLUDE silent] //implementation project(":maps-rx") implementation "androidx.appcompat:appcompat:1.4.1"