From d4d6b229af38112388700732589d5260ac06fe9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 06:21:38 +0000 Subject: [PATCH] fix(deps): update dependency io.reactivex.rxjava3:rxjava to v3.1.8 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ce9efc3..414e1c4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.7.3") implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5") - implementation("io.reactivex.rxjava3:rxjava:3.1.6") + implementation("io.reactivex.rxjava3:rxjava:3.1.8") implementation("com.github.akarnokd:kotlin-flow-extensions:0.0.14") api(platform("com.ensody.reactivestate:reactivestate-bom:5.2.1"))