From 7e6f714bbb6fa57e09d7245b9261e6c8dc46b607 Mon Sep 17 00:00:00 2001 From: felixncheng Date: Wed, 20 Sep 2023 11:38:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=86=85=E5=B5=8Cmon?= =?UTF-8?q?godb=E7=89=88=E6=9C=AC=20#1068?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common-service/src/main/resources/bootstrap-ut.properties | 2 +- .../boot-fs-server/src/test/resources/bootstrap-ut.properties | 2 +- .../biz-webhook/src/test/resources/bootstrap-ut.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/backend/common/common-service/src/main/resources/bootstrap-ut.properties b/src/backend/common/common-service/src/main/resources/bootstrap-ut.properties index 6ea271c122..86716d46c6 100644 --- a/src/backend/common/common-service/src/main/resources/bootstrap-ut.properties +++ b/src/backend/common/common-service/src/main/resources/bootstrap-ut.properties @@ -31,6 +31,6 @@ spring.cloud.consul.enabled=false spring.main.lazy-initialization=true -spring.mongodb.embedded.version=3.3.1 +spring.mongodb.embedded.version=4.0.2 sharding.count=1 diff --git a/src/backend/fs/boot-fs-server/src/test/resources/bootstrap-ut.properties b/src/backend/fs/boot-fs-server/src/test/resources/bootstrap-ut.properties index 6ea271c122..86716d46c6 100644 --- a/src/backend/fs/boot-fs-server/src/test/resources/bootstrap-ut.properties +++ b/src/backend/fs/boot-fs-server/src/test/resources/bootstrap-ut.properties @@ -31,6 +31,6 @@ spring.cloud.consul.enabled=false spring.main.lazy-initialization=true -spring.mongodb.embedded.version=3.3.1 +spring.mongodb.embedded.version=4.0.2 sharding.count=1 diff --git a/src/backend/webhook/biz-webhook/src/test/resources/bootstrap-ut.properties b/src/backend/webhook/biz-webhook/src/test/resources/bootstrap-ut.properties index fc6a477ea6..9790739c21 100644 --- a/src/backend/webhook/biz-webhook/src/test/resources/bootstrap-ut.properties +++ b/src/backend/webhook/biz-webhook/src/test/resources/bootstrap-ut.properties @@ -27,4 +27,4 @@ spring.cloud.consul.enabled=false spring.main.lazy-initialization=true -spring.mongodb.embedded.version=3.3.1 \ No newline at end of file +spring.mongodb.embedded.version=4.0.2 \ No newline at end of file