From 85a8630c0a084d9a88caadb618ba9c9642fc3eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 23:03:54 +0200 Subject: [PATCH] build(deps): bump io.reactivex.rxjava3:rxjava from 3.1.6 to 3.1.8 (#438) Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) from 3.1.6 to 3.1.8. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.6...v3.1.8) --- updated-dependencies: - dependency-name: io.reactivex.rxjava3:rxjava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- sandbox/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/build.gradle.kts b/sandbox/build.gradle.kts index 3d6116dcb..df28b8224 100644 --- a/sandbox/build.gradle.kts +++ b/sandbox/build.gradle.kts @@ -83,7 +83,7 @@ kotlin { dependencies { implementation(libs.ktor.client.core.jvm) implementation(libs.kotlinx.coroutines.rx3) - implementation("io.reactivex.rxjava3:rxjava:3.1.7") + implementation("io.reactivex.rxjava3:rxjava:3.1.8") implementation(libs.ktor.client.logging) // implementation(libs.logbackClassic)