From a44ce305d14aab1b782ebe788c708d13e027b8a6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 12:29:45 +0000 Subject: [PATCH] Bump rxjava from 2.2.5 to 2.2.18 Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 2.2.5 to 2.2.18. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Changelog](https://github.com/ReactiveX/RxJava/blob/v2.2.18/CHANGES.md) - [Commits](https://github.com/ReactiveX/RxJava/compare/v2.2.5...v2.2.18) Signed-off-by: dependabot-preview[bot] --- agent/build.gradle | 2 +- example/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/build.gradle b/agent/build.gradle index 47fce4e..06c0339 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -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' diff --git a/example/build.gradle b/example/build.gradle index 2e8722c..edf8c65 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -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'