From b2507183d236f6c5bafa553eda6b439ce13cc0e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 20:08:57 +0000 Subject: [PATCH] Update dependency io.reactivex:rxjava to v1.3.8 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index c8974729e3..d63e42485a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -146,7 +146,7 @@ dependencyResolutionManagement { library('retrofit-rxjava', 'com.squareup.retrofit2', 'adapter-rxjava').versionRef('retrofit') library('robolectric', 'org.robolectric:robolectric:4.8.1') library('rx-android', 'io.reactivex:rxandroid:1.2.1') - library('rx-java', 'io.reactivex:rxjava:1.3.4') + library('rx-java', 'io.reactivex:rxjava:1.3.8') library('svg', 'com.caverock:androidsvg:1.2.1') library('truth', 'com.google.truth:truth:1.1.5') library('violations', 'se.bjurr.violations:violations-gradle-plugin:1.8')