Skip to content

Commit

Permalink
Bump rxkotlin from 2.3.0 to 2.4.0 (#151)
Browse files Browse the repository at this point in the history
Bumps [rxkotlin](https://github.com/ReactiveX/RxKotlin) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/ReactiveX/RxKotlin/releases)
- [Commits](ReactiveX/RxKotlin@2.3.0...2.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and felixklauke committed Jan 2, 2020
1 parent 67c7443 commit bbd2a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/build.gradle
Expand Up @@ -7,7 +7,7 @@ dependencies {
compile group: 'ch.qos.logback', name: 'logback-core', version:'1.2.3'
compile group: 'ch.qos.logback', name: 'logback-classic', version:'1.2.3'

runtime group: 'io.reactivex.rxjava2', name: 'rxkotlin', version: '2.3.0'
runtime group: 'io.reactivex.rxjava2', name: 'rxkotlin', version: '2.4.0'

testCompile group: 'junit', name: 'junit', version:'4.13'
testCompile group: 'org.powermock', name: 'powermock-module-junit4', version:'2.0.4'
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Expand Up @@ -3,7 +3,7 @@ dependencies {
compile group: 'ch.qos.logback', name: 'logback-core', version:'1.2.3'
compile group: 'ch.qos.logback', name: 'logback-classic', version:'1.2.3'

runtime group: 'io.reactivex.rxjava2', name: 'rxkotlin', version: '2.3.0'
runtime group: 'io.reactivex.rxjava2', name: 'rxkotlin', version: '2.4.0'

testCompile group: 'junit', name: 'junit', version:'4.13'
testCompile group: 'org.powermock', name: 'powermock-module-junit4', version:'2.0.4'
Expand Down

0 comments on commit bbd2a96

Please sign in to comment.