From 04e2c6904b6ee0249637eaae6ebe9c98d2dd180f Mon Sep 17 00:00:00 2001 From: Satyarth Shankar <55573874+satyarth9@users.noreply.github.com> Date: Sat, 12 Nov 2022 00:36:11 +0530 Subject: [PATCH] updated rxJava2 dependency version (#13002) * BAEL-5751 test commit for checkin builds * BAEL-5751 compiled with java 8 * BAEL-5751 small update * BAEL-5751 added the core code * BAEL-5751 moved code to a different module * BAEL-5751 using assertArrayEquals * BAEL-5751 new line at the end of file * BAEL-5738 retry with delay in rxJava * Update RxJavaRetryWithDelayUnitTest.java * BAEL-5738 updated rxJava2 version to a more recent one Co-authored-by: Grzegorz Piwowarek --- rxjava-modules/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rxjava-modules/pom.xml b/rxjava-modules/pom.xml index d43a65ed9c..cd46270d92 100644 --- a/rxjava-modules/pom.xml +++ b/rxjava-modules/pom.xml @@ -55,7 +55,7 @@ 1.7.0 1.1.1 1.0.0 - 2.2.2 + 2.2.21 \ No newline at end of file