From 7fcc046603b87b7ba387ed0fea4fa0c0569f5bbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 05:03:01 +0000 Subject: [PATCH] Bump io.reactivex.rxjava3:rxjava from 3.1.11 to 3.1.12 Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) from 3.1.11 to 3.1.12. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.11...v3.1.12) --- updated-dependencies: - dependency-name: io.reactivex.rxjava3:rxjava dependency-version: 3.1.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- main/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/build.gradle b/main/build.gradle index 0c6e6f5188b..151b25bf0da 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -448,7 +448,7 @@ dependencies { // implementation 'com.jakewharton:process-phoenix:2.0.0' // RxJava - implementation 'io.reactivex.rxjava3:rxjava:3.1.11' + implementation 'io.reactivex.rxjava3:rxjava:3.1.12' implementation "io.reactivex.rxjava3:rxandroid:3.0.2" // avoid duplicate class, see e.g. https://stackoverflow.com/questions/75712899/duplicate-class-kotlin-random-jdk8-found-in-modules-jetified-kotlin-stdlib-1-8-1