Skip to content

Commit

Permalink
Bump rxjava from 2.2.5 to 2.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Feb 25, 2020
1 parent c112c40 commit a44ce30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
compile 'net.bytebuddy:byte-buddy-agent:1.10.8'

compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE'
compileOnly 'io.reactivex.rxjava2:rxjava:2.2.5'
compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18'

jarFileTestCompile 'org.assertj:assertj-core:3.12.2'
jarFileTestCompile 'junit:junit:4.12'
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ check.dependsOn(testReactor3_3_x)
dependencies {
testCompile project(path: ":agent", configuration: 'shadow')
testCompile 'io.projectreactor:reactor-core:3.2.2.RELEASE'
testCompile 'io.reactivex.rxjava2:rxjava:2.2.5'
testCompile 'io.reactivex.rxjava2:rxjava:2.2.18'

testCompile 'junit:junit:4.12'
testCompile 'org.assertj:assertj-core:3.14.0'
Expand Down

0 comments on commit a44ce30

Please sign in to comment.