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 <gpiwowarek@gmail.com>
This commit is contained in:
Satyarth Shankar 2022-11-12 00:36:11 +05:30 committed by GitHub
parent 8bb5146862
commit 04e2c6904b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
<awaitility.version>1.7.0</awaitility.version>
<rx.java.string.version>1.1.1</rx.java.string.version>
<rx.java.math.version>1.0.0</rx.java.math.version>
<rx.java2.version>2.2.2</rx.java2.version>
<rx.java2.version>2.2.21</rx.java2.version>
</properties>
</project>