Skip to content

Commit 2651e37

Browse files
committed
Upgrade to RxJava 3.1.11.
See #2607
1 parent 694ed3a commit 2651e37

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
@@ -129,7 +128,7 @@
129128
<querydsl>5.1.0</querydsl>
130129
<reactor>2024.0.7</reactor>
131130
<rxjava2>2.2.21</rxjava2>
132-
<rxjava3>3.1.10</rxjava3>
131+
<rxjava3>3.1.11</rxjava3>
133132
<smallrye-mutiny>1.10.0</smallrye-mutiny>
134133
<slf4j>2.0.2</slf4j>
135134
<spring>6.2.8</spring>
@@ -1519,4 +1518,4 @@
15191518
</repository>
15201519
</repositories>
15211520

1522-
</project>
1521+
</project>

0 commit comments

Comments
 (0)