Update reactor

This commit is contained in:
Andrea Cavalli 2021-08-02 15:18:00 +02:00
parent 2b393d2085
commit 952b31daa0
1 changed files with 2 additions and 2 deletions

View File

@ -104,12 +104,12 @@
<dependency> <dependency>
<groupId>io.projectreactor</groupId> <groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId> <artifactId>reactor-core</artifactId>
<version>3.4.6</version> <version>3.4.8</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.projectreactor</groupId> <groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId> <artifactId>reactor-test</artifactId>
<version>3.4.6</version> <version>3.4.8</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>it.cavallium</groupId> <groupId>it.cavallium</groupId>