From 088d44412c2169d84e3e4df8cda923da116fa6ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:05:09 -0400 Subject: [PATCH] Bump io.reactivex.rxjava3:rxjava from 3.1.7 to 3.1.8 (#196) * Bump io.reactivex.rxjava3:rxjava from 3.1.7 to 3.1.8 Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) from 3.1.7 to 3.1.8. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.7...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] * Update build.gradle removed duplicate --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Schreiber --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4c908789..4e133e9e 100644 --- a/build.gradle +++ b/build.gradle @@ -40,8 +40,7 @@ compileJava { } dependencies { - implementation 'io.reactivex.rxjava3:rxjava:3.1.7' - implementation 'io.reactivex.rxjava3:rxjava:3.1.7' + implementation 'io.reactivex.rxjava3:rxjava:3.1.8' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0' testImplementation 'org.mockito:mockito-core:5.5.0' testImplementation 'org.assertj:assertj-core:3.24.2'