Skip to content

Commit

Permalink
Bump io.reactivex.rxjava3:rxjava from 3.1.7 to 3.1.8 (#196)
Browse files Browse the repository at this point in the history
* 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](ReactiveX/RxJava@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] <[email protected]>

* Update build.gradle

removed duplicate

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Schreiber <[email protected]>
  • Loading branch information
dependabot[bot] and markjschreiber authored Oct 2, 2023
1 parent 01ee70a commit 088d444
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 088d444

Please sign in to comment.