From 57bfcc64728624166677c50a22452f3203d6b79b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 06:05:49 +0000 Subject: [PATCH] Build(deps): Bump io.reactivex.rxjava3:rxjava from 3.1.7 to 3.1.8 Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) from 3.1.7 to 3.1.8. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.7...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] --- News-Android-App/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index 48422cda8..5eaf14fde 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -177,7 +177,7 @@ dependencies { implementation 'io.reactivex.rxjava3:rxandroid:3.0.2' // Because RxAndroid releases are few and far between, it is recommended you also // explicitly depend on RxJava's latest version for bug fixes and new features. - implementation 'io.reactivex.rxjava3:rxjava:3.1.7' + implementation 'io.reactivex.rxjava3:rxjava:3.1.8' implementation "com.squareup.retrofit2:adapter-rxjava3:$RETROFIT_VERSION" implementation "com.squareup.retrofit2:retrofit:$RETROFIT_VERSION"