From 468269cbcf391bb091c57c15788c5ecdaba2e4a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 05:10:58 +0000 Subject: [PATCH] Bump io.reactivex.rxjava3:rxjava from 3.1.9 to 3.1.11 Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) from 3.1.9 to 3.1.11. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.9...v3.1.11) --- updated-dependencies: - dependency-name: io.reactivex.rxjava3:rxjava dependency-version: 3.1.11 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 7d3a8b1..1665cd0 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.11' implementation 'io.reactivex.rxjava3:rxandroid:3.0.2' //Biometric