Update reactor

This commit is contained in:
Andrea Cavalli 2021-12-17 01:49:06 +01:00
parent 6bce43265b
commit ebf2241b82
1 changed files with 2 additions and 2 deletions

View File

@ -104,12 +104,12 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.4.11</version>
<version>3.4.13</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<version>3.4.11</version>
<version>3.4.13</version>
<scope>test</scope>
</dependency>
<dependency>