From 60fb361a8e53612c60a5330fbb6be8963222e440 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:30:22 +0000 Subject: [PATCH] fix(deps): update dependency io.reactivex.rxjava3:rxjava to v3.1.9 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 5 ++++- lib/build.gradle | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 63516363..e1ee69ba 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -177,7 +177,10 @@ - + + + + diff --git a/lib/build.gradle b/lib/build.gradle index 284a0fdd..1c141f00 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -126,7 +126,7 @@ dependencies { api 'com.google.code.gson:gson:2.11.0' implementation 'io.reactivex.rxjava2:rxjava:2.2.21' - implementation 'io.reactivex.rxjava3:rxjava:3.1.8' + implementation 'io.reactivex.rxjava3:rxjava:3.1.9' implementation 'commons-io:commons-io:2.16.1'