From 5567c0b6b2f6a8b3cadc16703af0891dfe6f45d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:10:44 +0000 Subject: [PATCH] chore(deps): bump io.reactivex.rxjava3:rxjava in /snippets Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) from 3.1.6 to 3.1.8. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.6...v3.1.8) --- updated-dependencies: - dependency-name: io.reactivex.rxjava3:rxjava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 9ec4b13d9..7358aebfc 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.6' + implementation 'io.reactivex.rxjava3:rxjava:3.1.8' implementation 'com.google.android.libraries.places:places:3.0.0' gmsImplementation 'com.google.maps.android:maps-ktx:3.4.0' gmsImplementation 'com.google.maps.android:maps-compose:2.14.0'