From 35726821cb0ba04f7d7fcf95ef0a1baf31105604 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 Oct 2020 22:57:35 +0000 Subject: [PATCH] Update dependency io.reactivex.rxjava2:rxjava to v2.2.20 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0b3d355..143b103 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { compile 'opensymphony:sitemesh:2.4.2' compile 'io.jsonwebtoken:jjwt:0.7.0' - compile 'io.reactivex.rxjava2:rxjava:2.1.3' + compile 'io.reactivex.rxjava2:rxjava:2.2.20' testCompile 'org.gaelyk:gaelyk-spock:0.5' testCompile "com.google.appengine:appengine-api-stubs:$gaeVersion",