Upgrade to RxJava 3.1.4.

See #1700
This commit is contained in:
Mark Paluch
2022-04-19 09:05:32 +02:00
parent ece8266706
commit 54a087d42d

View File

@@ -123,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.3</rxjava3>
<rxjava3>3.1.4</rxjava3>
<smallrye-mutiny>1.1.2</smallrye-mutiny>
<slf4j>1.7.32</slf4j>
<spring>5.3.18</spring>
@@ -273,8 +273,7 @@
<exclude>org.springframework.data:*</exclude>
</excludes>
</requireReleaseDeps>
<NoSnapshotDependenciesInDependencyManagementRule
implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule">
<NoSnapshotDependenciesInDependencyManagementRule implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule">
<onlyWhenRelease>true</onlyWhenRelease>
</NoSnapshotDependenciesInDependencyManagementRule>
</rules>