From 8b6d096afe45b744b48c231528da0090feac307c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 21:57:18 +0000 Subject: [PATCH] chore(deps): bump rxjava from 3.1.4 to 3.1.5 in /snippets (#980) Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: io.reactivex.rxjava3:rxjava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 95b8d9ca..9e23335d 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -68,7 +68,7 @@ dependencies { implementation 'androidx.navigation:navigation-ui-ktx:2.5.3' implementation 'com.android.volley:volley:1.2.1' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1' - implementation 'io.reactivex.rxjava3:rxjava:3.1.4' + implementation 'io.reactivex.rxjava3:rxjava:3.1.5' implementation 'com.google.android.libraries.places:places:2.7.0' gmsImplementation 'com.google.maps.android:maps-ktx:3.4.0' gmsImplementation 'com.google.maps.android:maps-compose:2.8.0'