update reactor

This commit is contained in:
Andrea Cavalli 2021-05-22 00:20:21 +02:00
parent f39070f2f3
commit e7519ef364
1 changed files with 2 additions and 2 deletions

View File

@ -71,12 +71,12 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.4.5</version>
<version>3.4.6</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<version>3.4.5</version>
<version>3.4.6</version>
<scope>test</scope>
</dependency>
<dependency>