From 8b293e1fcd4c38cae3bc4493d6ac62c2d68d2a07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 08:09:21 +0000 Subject: [PATCH] Bump rxjava from 3.1.2 to 3.1.5 Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.1.2 to 3.1.5. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.2...v3.1.5) --- 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..2c462f9 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.5' api 'org.slf4j:slf4j-api:1.7.32' testImplementation 'junit:junit:4.13.2'