From 19e68bcf0b63eaa15166637335dabf87109a2bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 08:02:03 +0000 Subject: [PATCH] chore(deps): bump rxjava from 3.1.5 to 3.1.6 Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.5...v3.1.6) --- updated-dependencies: - dependency-name: io.reactivex.rxjava3:rxjava 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 502c30a8fa..73e95b201a 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { ext { kotlin_version = '1.8.0' core_version = '1.9.0' - rxjava_version = '3.1.5' + rxjava_version = '3.1.6' rxandroid_version = '3.0.2' rxkotlin_version = '3.0.1' room_version = '2.5.0'