From 76e20ac49af2a8b8f54ce6e0f788883057d96ab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 04:18:32 +0000 Subject: [PATCH] Bump io.reactivex.rxjava3:rxjava from 3.1.9 to 3.1.10 Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) from 3.1.9 to 3.1.10. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.9...v3.1.10) --- updated-dependencies: - dependency-name: io.reactivex.rxjava3:rxjava dependency-version: 3.1.10 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 66c72b7..847e62f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -99,7 +99,7 @@ dependencies { implementation 'com.jakewharton:butterknife:10.2.0' annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.0' // RxJava - implementation 'io.reactivex.rxjava3:rxjava:3.1.9' + implementation 'io.reactivex.rxjava3:rxjava:3.1.10' implementation 'io.reactivex.rxjava3:rxandroid:3.0.2' //Biometric