Skip to content

Commit b6f8ee3

Browse files
committed
Upgrade to RxJava 3.1.8.
See #2136
1 parent a77ca44 commit b6f8ee3

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
@@ -127,7 +126,7 @@
127126
<querydsl>5.0.0</querydsl>
128127
<reactor>2022.0.11</reactor>
129128
<rxjava2>2.2.21</rxjava2>
130-
<rxjava3>3.1.7</rxjava3>
129+
<rxjava3>3.1.8</rxjava3>
131130
<smallrye-mutiny>1.6.0</smallrye-mutiny>
132131
<slf4j>2.0.2</slf4j>
133132
<spring>6.0.12</spring>
@@ -1365,4 +1364,4 @@
13651364
</repository>
13661365
</repositories>
13671366

1368-
</project>
1367+
</project>

0 commit comments

Comments
 (0)