From 003c4930110bf2925eddeca6ce2e9fff45340cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 08:03:03 +0000 Subject: [PATCH] Bump rxjava from 3.1.2 to 3.1.6 Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.1.2 to 3.1.6. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.2...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 87ce7bf..37c63ff 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ dependencies { api 'org.asynchttpclient:async-http-client:2.12.3' api 'com.fasterxml.jackson.core:jackson-databind:2.13.0' api 'org.reactivestreams:reactive-streams:1.0.3' - implementation 'io.reactivex.rxjava3:rxjava:3.1.2' + implementation 'io.reactivex.rxjava3:rxjava:3.1.6' api 'org.slf4j:slf4j-api:1.7.32' testImplementation 'junit:junit:4.13.2'