From 2e74d02c1ace280aab9acb84d63cb0be9df4352d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 04:03:00 +0000 Subject: [PATCH] Bump io.reactivex.rxjava4:rxjava from 4.0.0-alpha-19 to 4.0.0-alpha-20 Bumps [io.reactivex.rxjava4:rxjava](https://github.com/ReactiveX/RxJava) from 4.0.0-alpha-19 to 4.0.0-alpha-20. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v4.0.0-alpha-19...v4.0.0-alpha-20) --- updated-dependencies: - dependency-name: io.reactivex.rxjava4:rxjava dependency-version: 4.0.0-alpha-20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f81052e6..f8948976 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ ext { guavaVersion = "33.6.0-jre" jupiterVersion = "6.1.2" jupiterLauncherVersion = "6.1.2" - rxJavaVersion = "4.0.0-alpha-19" + rxJavaVersion = "4.0.0-alpha-20" } group = "com.github.akarnokd" ext.githubProjectName = 'RxJavaExtensions'