Update dbengine

This commit is contained in:
Andrea Cavalli 2021-10-27 22:37:23 +02:00
parent e24dc4bece
commit 0ef0ad6830

View File

@ -411,17 +411,18 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.4.10</version>
<version>3.4.11</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-tools</artifactId>
<version>3.4.10</version>
<version>3.4.11</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<version>3.4.10</version>
<version>3.4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.novasearch</groupId>