From 6e3af982c0f5c148d40859ee87f55d75555e680b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Thu, 21 Mar 2024 21:09:11 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20feat:=20v3.2.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 主要更新 - [升级] Spring Boot 版本升级至 3.2.4 - [升级] Spring Authorization Server 版本升级至 1.2.3 - [升级] Spring Cloud Tencent 版本升级至 1.13.1-2023.0.0 - 其它更新 - [修复] 修复自定义 FeignErrorDecoder 处理代码,判断逻辑错误问题 fix: #I99O2G (ISSUED by 杨交运) - [升级] minio docker 镜像版本升级至 RELEASE.2024-03-15T01-07-19Z - 依赖更新 - [升级] guava 版本升级至 33.1.0-jre - [升级] aws-java-sdk-s3 版本升级至 1.12.683 - [升级] software.amazon.awssdk 版本升级至 2.25.11 - [升级] software.amazon.awssdk.crt 版本升级至 0.29.12 - [升级] alipay-sdk-java 版本升级至 4.39.2.ALL - [升级] okio 版本升级至 3.9.0 - [升级] git-commit-id-maven-plugin 版本升级至 8.0.2 - [升级] sqlite-jdbc 版本升级至 3.45.2.0 --- README.md | 4 ++-- 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, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 616f4b73..516f42a4 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ ---

- Spring Boot 3.2.3 - Version 3.2.3.3 + Spring Boot 3.2.4 + Version 3.2.4.0 Java 17 License Apache 2.0 Total Visits diff --git a/oss-bom/pom.xml b/oss-bom/pom.xml index 015b4815..01e13c79 100644 --- a/oss-bom/pom.xml +++ b/oss-bom/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.engine dependencies - 3.2.3.3 + 3.2.4.0 diff --git a/oss-dialect/dialect-autoconfigure/pom.xml b/oss-dialect/dialect-autoconfigure/pom.xml index df0a9eaa..c2f40058 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.3.3 + 3.2.4.0 dialect-autoconfigure diff --git a/oss-dialect/dialect-core/pom.xml b/oss-dialect/dialect-core/pom.xml index 841cd745..62fe9c38 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.3.3 + 3.2.4.0 dialect-core diff --git a/oss-dialect/dialect-sdk-aliyun/pom.xml b/oss-dialect/dialect-sdk-aliyun/pom.xml index ad65eeea..7c29c0a2 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.3.3 + 3.2.4.0 dialect-sdk-aliyun diff --git a/oss-dialect/dialect-sdk-minio/pom.xml b/oss-dialect/dialect-sdk-minio/pom.xml index c8ebaaf0..fb114ca0 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.3.3 + 3.2.4.0 dialect-sdk-minio diff --git a/oss-dialect/dialect-sdk-s3/pom.xml b/oss-dialect/dialect-sdk-s3/pom.xml index 5adff997..813d3a4d 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.3.3 + 3.2.4.0 dialect-sdk-s3 diff --git a/oss-dialect/pom.xml b/oss-dialect/pom.xml index e11e0e5d..601c1d99 100644 --- a/oss-dialect/pom.xml +++ b/oss-dialect/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.2.3.3 + 3.2.4.0 oss-dialect diff --git a/oss-rest/pom.xml b/oss-rest/pom.xml index 2f6b3ce3..34464856 100644 --- a/oss-rest/pom.xml +++ b/oss-rest/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.2.3.3 + 3.2.4.0 oss-rest diff --git a/oss-rest/rest-sdk-minio/pom.xml b/oss-rest/rest-sdk-minio/pom.xml index e62ca45c..f1c3762b 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.3.3 + 3.2.4.0 rest-sdk-minio diff --git a/oss-rest/rest-sdk-specification/pom.xml b/oss-rest/rest-sdk-specification/pom.xml index d2f6e859..d2702e5d 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.3.3 + 3.2.4.0 rest-sdk-specification diff --git a/oss-solution/pom.xml b/oss-solution/pom.xml index 075afa10..8252f0d8 100644 --- a/oss-solution/pom.xml +++ b/oss-solution/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.2.3.3 + 3.2.4.0 oss-solution diff --git a/oss-specification/pom.xml b/oss-specification/pom.xml index d4c5181f..f5c0cef2 100644 --- a/oss-specification/pom.xml +++ b/oss-specification/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.2.3.3 + 3.2.4.0 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 e83c15e4..a2f52ce8 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.3.3 + 3.2.4.0 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 b8cd68c6..2913be70 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.3.3 + 3.2.4.0 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 7d20da5e..3273af1b 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.3.3 + 3.2.4.0 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 c8adb9d5..208b4a28 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.3.3 + 3.2.4.0 oss-spring-boot-starter diff --git a/oss-starter/pom.xml b/oss-starter/pom.xml index 06f6489d..1cc7919c 100644 --- a/oss-starter/pom.xml +++ b/oss-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.2.3.3 + 3.2.4.0 oss-starter diff --git a/pom.xml b/pom.xml index f78145a3..fa0448cf 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.oss oss-bom - 3.2.3.3 + 3.2.4.0 oss-bom/pom.xml