Update reactor

This commit is contained in:
Andrea Cavalli 2021-02-03 20:15:16 +01:00
parent f4b7fd9f07
commit adae5f6104
1 changed files with 2 additions and 2 deletions

View File

@ -59,12 +59,12 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<scope>test</scope>
</dependency>
</dependencies>