Update reactor

This commit is contained in:
Andrea Cavalli 2022-12-21 01:05:49 +01:00
parent 072be4c40f
commit 75d4791f98
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
<dependency> <dependency>
<groupId>io.projectreactor</groupId> <groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId> <artifactId>reactor-bom</artifactId>
<version>2020.0.24</version> <version>2022.0.1</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
@ -90,7 +90,7 @@
<artifactId>reactor-tools</artifactId> <artifactId>reactor-tools</artifactId>
<classifier>original</classifier> <classifier>original</classifier>
<scope>runtime</scope> <scope>runtime</scope>
<version>3.4.24</version> <version>3.5.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.projectreactor</groupId> <groupId>io.projectreactor</groupId>