Skip to content

Commit

Permalink
Upgrade to RxJava 3.1.8.
Browse files Browse the repository at this point in the history
See #2141
  • Loading branch information
jxblum committed Oct 5, 2023
1 parent febbedb commit 7c0e144
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions parent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">

<!--
Expand Down Expand Up @@ -124,7 +123,7 @@
<rxjava>1.3.8</rxjava>
<rxjava-reactive-streams>1.2.1</rxjava-reactive-streams>
<rxjava2>2.2.21</rxjava2>
<rxjava3>3.1.7</rxjava3>
<rxjava3>3.1.8</rxjava3>
<smallrye-mutiny>1.4.0</smallrye-mutiny>
<slf4j>1.7.32</slf4j>
<spring>5.3.30</spring>
Expand Down Expand Up @@ -1336,4 +1335,4 @@
</repository>
</repositories>

</project>
</project>

0 comments on commit 7c0e144

Please sign in to comment.