From 58a4460efbb8138f4831755308383dc29dfc25fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:07:41 +0000 Subject: [PATCH] chore(deps)(deps): bump io.reactivex.rxjava3:rxjava from 3.1.5 to 3.1.12 Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) from 3.1.5 to 3.1.12. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.5...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] --- samples/java_layout/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/java_layout/build.gradle b/samples/java_layout/build.gradle index 216324174..154dfd209 100644 --- a/samples/java_layout/build.gradle +++ b/samples/java_layout/build.gradle @@ -59,5 +59,5 @@ dependencies { implementation "io.reactivex.rxjava3:rxandroid:3.0.2" // Because RxAndroid releases are few and far between, it is recommended to // explicitly depend on RxJava's latest version for bug fixes and new features. - implementation "io.reactivex.rxjava3:rxjava:3.1.5" + implementation "io.reactivex.rxjava3:rxjava:3.1.12" }