JAVA-8794: Add spring.mongodb.embedded.version property

This commit is contained in:
Krzysiek 2021-12-13 13:39:36 +01:00
parent a4fe28eef5
commit 3448af5a7c
2 changed files with 2 additions and 1 deletions

View File

@ -123,7 +123,7 @@
</build>
<properties>
<spring-tx.version>5.2.2.RELEASE</spring-tx.version>
<spring-tx.version>5.3.13</spring-tx.version>
<httpclient.version>4.5.2</httpclient.version>
<reactor-core.version>3.3.1.RELEASE</reactor-core.version>
</properties>

View File

@ -0,0 +1 @@
spring.mongodb.embedded.version=4.4.10