From 8df8d983036d5115a8ff21c0a82f77e5e2eb4e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Sun, 11 Feb 2024 23:19:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20fix:=20v3.2.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 主要更新 - [升级] Spring Cloud Tencent 版本升级至 1.13.0-2023.0.0-SNAPSHOT - 其它更新 - [修复] 临时修复 Spring Cloud Tencent RestTemplateCustomizer bean 冲突导致服务无法正常启动问题 - [修复] 修复伴随 Spring Boot 版本,起的 Netty 版本升级,导致的 Spring Cloud Tencent 代码不兼容运行出错问题。 - [修复] 修复前端提示,在 “module” 模式下无法读取 .eslintrc.js 问题 - [优化] 调整 Spring Cloud Tencent 工程日志输出配置 - [优化] 代码适配 Hutool 6.0.0-M11 - [升级] minio docker 镜像版本升级至 RELEASE.2024-01-31T20-20-33Z - 依赖更新 - [升级] minio 版本升级至 8.5.8 - [升级] aws-java-sdk-s3 版本升级至 1.12.656 - [升级] hutool 版本升级至 6.0.0-M11 - [升级] org.json 版本升级至 20240205 - [升级] okio 版本升级至 3.8.0 --- README.md | 2 +- oss-bom/pom.xml | 2 +- oss-dialect/dialect-autoconfigure/pom.xml | 2 +- oss-dialect/dialect-core/pom.xml | 2 +- oss-dialect/dialect-sdk-aliyun/pom.xml | 2 +- oss-dialect/dialect-sdk-minio/pom.xml | 2 +- oss-dialect/dialect-sdk-s3/pom.xml | 2 +- oss-dialect/pom.xml | 2 +- oss-rest/pom.xml | 2 +- oss-rest/rest-sdk-minio/pom.xml | 2 +- oss-rest/rest-sdk-specification/pom.xml | 2 +- oss-solution/pom.xml | 2 +- oss-specification/pom.xml | 2 +- oss-starter/oss-aliyun-spring-boot-starter/pom.xml | 2 +- oss-starter/oss-minio-spring-boot-starter/pom.xml | 2 +- oss-starter/oss-s3-spring-boot-starter/pom.xml | 2 +- oss-starter/oss-spring-boot-starter/pom.xml | 2 +- oss-starter/pom.xml | 2 +- pom.xml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index a8170153..8343190a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Spring Boot 3.2.2 - Version 3.2.2.2 + Version 3.2.2.3 Java 17 License Apache 2.0 Total Visits diff --git a/oss-bom/pom.xml b/oss-bom/pom.xml index dcf5ba5c..98bc1470 100644 --- a/oss-bom/pom.xml +++ b/oss-bom/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.engine dependencies - 3.2.2.2 + 3.2.2.3 diff --git a/oss-dialect/dialect-autoconfigure/pom.xml b/oss-dialect/dialect-autoconfigure/pom.xml index 2965d7f4..fee97ce7 100644 --- a/oss-dialect/dialect-autoconfigure/pom.xml +++ b/oss-dialect/dialect-autoconfigure/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-dialect - 3.2.2.2 + 3.2.2.3 dialect-autoconfigure diff --git a/oss-dialect/dialect-core/pom.xml b/oss-dialect/dialect-core/pom.xml index 0b3c5758..c5e9dc4b 100644 --- a/oss-dialect/dialect-core/pom.xml +++ b/oss-dialect/dialect-core/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-dialect - 3.2.2.2 + 3.2.2.3 dialect-core diff --git a/oss-dialect/dialect-sdk-aliyun/pom.xml b/oss-dialect/dialect-sdk-aliyun/pom.xml index f346c39c..b5255171 100644 --- a/oss-dialect/dialect-sdk-aliyun/pom.xml +++ b/oss-dialect/dialect-sdk-aliyun/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.oss oss-dialect - 3.2.2.2 + 3.2.2.3 dialect-sdk-aliyun diff --git a/oss-dialect/dialect-sdk-minio/pom.xml b/oss-dialect/dialect-sdk-minio/pom.xml index 8c52ddeb..09e5ae6e 100644 --- a/oss-dialect/dialect-sdk-minio/pom.xml +++ b/oss-dialect/dialect-sdk-minio/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-dialect - 3.2.2.2 + 3.2.2.3 dialect-sdk-minio diff --git a/oss-dialect/dialect-sdk-s3/pom.xml b/oss-dialect/dialect-sdk-s3/pom.xml index d2efe7e7..ebd23aff 100644 --- a/oss-dialect/dialect-sdk-s3/pom.xml +++ b/oss-dialect/dialect-sdk-s3/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-dialect - 3.2.2.2 + 3.2.2.3 dialect-sdk-s3 diff --git a/oss-dialect/pom.xml b/oss-dialect/pom.xml index 5e973d7c..b6bdbc6c 100644 --- a/oss-dialect/pom.xml +++ b/oss-dialect/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.2.2.2 + 3.2.2.3 oss-dialect diff --git a/oss-rest/pom.xml b/oss-rest/pom.xml index 973426d2..cccdaa1b 100644 --- a/oss-rest/pom.xml +++ b/oss-rest/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.2.2.2 + 3.2.2.3 oss-rest diff --git a/oss-rest/rest-sdk-minio/pom.xml b/oss-rest/rest-sdk-minio/pom.xml index 1675da7a..5d23e10b 100644 --- a/oss-rest/rest-sdk-minio/pom.xml +++ b/oss-rest/rest-sdk-minio/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-rest - 3.2.2.2 + 3.2.2.3 rest-sdk-minio diff --git a/oss-rest/rest-sdk-specification/pom.xml b/oss-rest/rest-sdk-specification/pom.xml index 181a8361..b9da568a 100644 --- a/oss-rest/rest-sdk-specification/pom.xml +++ b/oss-rest/rest-sdk-specification/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-rest - 3.2.2.2 + 3.2.2.3 rest-sdk-specification diff --git a/oss-solution/pom.xml b/oss-solution/pom.xml index 021521fd..ca2d2859 100644 --- a/oss-solution/pom.xml +++ b/oss-solution/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.2.2.2 + 3.2.2.3 oss-solution diff --git a/oss-specification/pom.xml b/oss-specification/pom.xml index 2550ce7f..24606da6 100644 --- a/oss-specification/pom.xml +++ b/oss-specification/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.2.2.2 + 3.2.2.3 oss-specification diff --git a/oss-starter/oss-aliyun-spring-boot-starter/pom.xml b/oss-starter/oss-aliyun-spring-boot-starter/pom.xml index 4abbd92c..555dc9d1 100644 --- a/oss-starter/oss-aliyun-spring-boot-starter/pom.xml +++ b/oss-starter/oss-aliyun-spring-boot-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-starter - 3.2.2.2 + 3.2.2.3 oss-aliyun-spring-boot-starter diff --git a/oss-starter/oss-minio-spring-boot-starter/pom.xml b/oss-starter/oss-minio-spring-boot-starter/pom.xml index 7edb23f3..e31ef441 100644 --- a/oss-starter/oss-minio-spring-boot-starter/pom.xml +++ b/oss-starter/oss-minio-spring-boot-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-starter - 3.2.2.2 + 3.2.2.3 oss-minio-spring-boot-starter diff --git a/oss-starter/oss-s3-spring-boot-starter/pom.xml b/oss-starter/oss-s3-spring-boot-starter/pom.xml index 455721d1..dd1184f9 100644 --- a/oss-starter/oss-s3-spring-boot-starter/pom.xml +++ b/oss-starter/oss-s3-spring-boot-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-starter - 3.2.2.2 + 3.2.2.3 oss-s3-spring-boot-starter diff --git a/oss-starter/oss-spring-boot-starter/pom.xml b/oss-starter/oss-spring-boot-starter/pom.xml index dbccd964..d1238041 100644 --- a/oss-starter/oss-spring-boot-starter/pom.xml +++ b/oss-starter/oss-spring-boot-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-starter - 3.2.2.2 + 3.2.2.3 oss-spring-boot-starter diff --git a/oss-starter/pom.xml b/oss-starter/pom.xml index 61f99def..af6e06f4 100644 --- a/oss-starter/pom.xml +++ b/oss-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.2.2.2 + 3.2.2.3 oss-starter diff --git a/pom.xml b/pom.xml index 69ad4eca..fe3847ed 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.oss oss-bom - 3.2.2.2 + 3.2.2.3 oss-bom/pom.xml