From 802dcb5735562e911e3a51741cfcf17dbe59a89e Mon Sep 17 00:00:00 2001 From: Charles7c Date: Sat, 28 Sep 2024 22:11:59 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Spring Boot 3.2.7 => 3.2.10 MyBatis Plus 3.5.7 => 3.5.8 Redisson 3.35.0 => 3.36.0 CosID 2.9.6 => 2.9.8 SMS4J 3.2.1 => 3.3.3 X File Storage 2.2.0 => 2.2.1 --- continew-starter-dependencies/pom.xml | 14 +++++++------- ...rk.boot.autoconfigure.AutoConfiguration.imports | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-core/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml index 9c2cc82b..78287e70 100644 --- a/continew-starter-dependencies/pom.xml +++ b/continew-starter-dependencies/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-dependencies - 3.2.7 + 3.2.10 @@ -43,23 +43,23 @@ - 2.6.0 + 2.7.0-SNAPSHOT 1.1.2 1.39.0 1.16.6 - 3.5.7 + 3.5.8 1.9.7 4.3.1 3.9.1 2.7.6 - 3.35.0 - 2.9.6 - 3.2.1 + 3.36.0 + 2.9.8 + 3.3.3 1.3.0 1.6.2 3.3.4 15.4 - 2.2.0 + 2.2.1 1.12.771 5.0.0-boot3 2.9.0 diff --git a/continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-core/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-core/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports new file mode 100644 index 00000000..f648d96e --- /dev/null +++ b/continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-core/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports @@ -0,0 +1 @@ +top.continew.starter.extension.tenant.autoconfigure.TenantWebMvcAutoConfiguration \ No newline at end of file