From ac6468adddb49c44499870fd082c2458535612c0 Mon Sep 17 00:00:00 2001 From: Krzysiek Date: Tue, 14 Dec 2021 19:21:56 +0100 Subject: [PATCH] JAVA-8794: Set spring.mongodb.embedded.version=3.5.5 in spring-jenkins-pipeline --- .../src/test/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-jenkins-pipeline/src/test/resources/application.properties b/spring-jenkins-pipeline/src/test/resources/application.properties index 4ee830556a..f97ea98811 100644 --- a/spring-jenkins-pipeline/src/test/resources/application.properties +++ b/spring-jenkins-pipeline/src/test/resources/application.properties @@ -1,2 +1,4 @@ #To use a randomly allocated free port during tests to avoid port conflict across tests spring.data.mongodb.port=0 + +spring.mongodb.embedded.version=3.5.5