Skip to content

Commit 76d6a8e

Browse files
committed
Upgrade to RxJava 3.1.7.
See #2105
1 parent 0200cbb commit 76d6a8e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

parent/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<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">
1+
<?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">
32

43
<!--
54
@@ -124,7 +123,7 @@
124123
<rxjava>1.3.8</rxjava>
125124
<rxjava-reactive-streams>1.2.1</rxjava-reactive-streams>
126125
<rxjava2>2.2.21</rxjava2>
127-
<rxjava3>3.1.6</rxjava3>
126+
<rxjava3>3.1.7</rxjava3>
128127
<smallrye-mutiny>1.4.0</smallrye-mutiny>
129128
<slf4j>1.7.32</slf4j>
130129
<spring>5.3.29</spring>
@@ -1336,4 +1335,4 @@
13361335
</repository>
13371336
</repositories>
13381337

1339-
</project>
1338+
</project>

0 commit comments

Comments
 (0)