Skip to content

Commit

Permalink
Bump rxjava from 3.0.13 to 3.1.0 (#119)
Browse files Browse the repository at this point in the history
Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.0.13 to 3.1.0.
- [Release notes](https://github.com/ReactiveX/RxJava/releases)
- [Commits](ReactiveX/RxJava@v3.0.13...v3.1.0)

---
updated-dependencies:
- dependency-name: io.reactivex.rxjava3:rxjava
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 10, 2021
1 parent 4396abb commit e4284d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {

compile "org.reactivestreams:reactive-streams:1.0.3"
compile "io.reactivex:rxjava:1.3.8"
compile "io.reactivex.rxjava3:rxjava:3.0.13"
compile "io.reactivex.rxjava3:rxjava:3.1.0"

testCompile group: 'junit', name: 'junit', version: '4.13.2'
testCompile 'org.mockito:mockito-core:3.11.2'
Expand Down

0 comments on commit e4284d2

Please sign in to comment.