diff --git a/persistence-modules/spring-data-mongodb-reactive/pom.xml b/persistence-modules/spring-data-mongodb-reactive/pom.xml index 2220418ac3..e7ecc49c2d 100644 --- a/persistence-modules/spring-data-mongodb-reactive/pom.xml +++ b/persistence-modules/spring-data-mongodb-reactive/pom.xml @@ -123,7 +123,7 @@ - 5.2.2.RELEASE + 5.3.13 4.5.2 3.3.1.RELEASE diff --git a/persistence-modules/spring-data-mongodb-reactive/src/main/resources/application.properties b/persistence-modules/spring-data-mongodb-reactive/src/main/resources/application.properties new file mode 100644 index 0000000000..c616fbf3dd --- /dev/null +++ b/persistence-modules/spring-data-mongodb-reactive/src/main/resources/application.properties @@ -0,0 +1 @@ +spring.mongodb.embedded.version=4.4.10 \ No newline at end of file