From 2ebefafd8b325d564099d280056c0f5eaa5fd1d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Sat, 11 May 2024 21:20:31 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20feat:=20v3.3.0.0-RC4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 主要更新 - [升级] minio docker 镜像版本升级至 RELEASE.2024-05-10T01-41-38Z - 依赖更新 - [升级] guava 版本升级至 33.2.0-jre - [升级] redisson 版本升级至 3.30.0 - [升级] aws-java-sdk-s3 版本升级至 1.12.720 - [升级] font-awesome webjars 版本升级至 6.5.2 - [升级] quasar 版本升级至 2.16.1 - [升级] alipay-sdk-java 版本升级至 4.39.70.ALL - [升级] mysql 版本升级至 8.4.0 --- README.md | 2 +- oss-bom/pom.xml | 2 +- oss-core/pom.xml | 2 +- oss-dialect/dialect-autoconfigure/pom.xml | 2 +- oss-dialect/dialect-core-minio/pom.xml | 2 +- oss-dialect/dialect-core-s3/pom.xml | 2 +- oss-dialect/dialect-core/pom.xml | 2 +- oss-dialect/dialect-module-aliyun/pom.xml | 2 +- oss-dialect/dialect-module-minio-reactive/pom.xml | 2 +- oss-dialect/dialect-module-minio/pom.xml | 2 +- oss-dialect/dialect-module-s3-reactive/pom.xml | 2 +- oss-dialect/dialect-module-s3/pom.xml | 2 +- oss-dialect/pom.xml | 2 +- oss-rest/pom.xml | 2 +- oss-rest/rest-module-minio-reactive/pom.xml | 2 +- oss-rest/rest-module-minio/pom.xml | 2 +- oss-rest/rest-sdk-specification/pom.xml | 2 +- oss-solution/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 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index daa09438..3d0eda4c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Spring Boot 3.2.5 - Version 3.3.0.0-RC3 + Version 3.3.0.0-RC4 Java 17 License Apache 2.0 Total Visits diff --git a/oss-bom/pom.xml b/oss-bom/pom.xml index 64b5d507..46e59984 100644 --- a/oss-bom/pom.xml +++ b/oss-bom/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.stirrup dependencies - 3.3.0.0-RC3 + 3.3.0.0-RC4 diff --git a/oss-core/pom.xml b/oss-core/pom.xml index ebbcdad2..2e48e965 100644 --- a/oss-core/pom.xml +++ b/oss-core/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.3.0.0-RC3 + 3.3.0.0-RC4 oss-core diff --git a/oss-dialect/dialect-autoconfigure/pom.xml b/oss-dialect/dialect-autoconfigure/pom.xml index c8026292..90acf3d6 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.3.0.0-RC3 + 3.3.0.0-RC4 dialect-autoconfigure diff --git a/oss-dialect/dialect-core-minio/pom.xml b/oss-dialect/dialect-core-minio/pom.xml index 8b516077..9dc11265 100644 --- a/oss-dialect/dialect-core-minio/pom.xml +++ b/oss-dialect/dialect-core-minio/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-dialect - 3.3.0.0-RC3 + 3.3.0.0-RC4 dialect-core-minio diff --git a/oss-dialect/dialect-core-s3/pom.xml b/oss-dialect/dialect-core-s3/pom.xml index e7cf3fdb..246fa6ee 100644 --- a/oss-dialect/dialect-core-s3/pom.xml +++ b/oss-dialect/dialect-core-s3/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-dialect - 3.3.0.0-RC3 + 3.3.0.0-RC4 dialect-core-s3 diff --git a/oss-dialect/dialect-core/pom.xml b/oss-dialect/dialect-core/pom.xml index cf1ee274..ddcabfb1 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.3.0.0-RC3 + 3.3.0.0-RC4 dialect-core diff --git a/oss-dialect/dialect-module-aliyun/pom.xml b/oss-dialect/dialect-module-aliyun/pom.xml index a9ace499..4ca9f93f 100644 --- a/oss-dialect/dialect-module-aliyun/pom.xml +++ b/oss-dialect/dialect-module-aliyun/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.oss oss-dialect - 3.3.0.0-RC3 + 3.3.0.0-RC4 dialect-module-aliyun diff --git a/oss-dialect/dialect-module-minio-reactive/pom.xml b/oss-dialect/dialect-module-minio-reactive/pom.xml index bc991e4c..b229f3c1 100644 --- a/oss-dialect/dialect-module-minio-reactive/pom.xml +++ b/oss-dialect/dialect-module-minio-reactive/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-dialect - 3.3.0.0-RC3 + 3.3.0.0-RC4 dialect-module-minio-reactive diff --git a/oss-dialect/dialect-module-minio/pom.xml b/oss-dialect/dialect-module-minio/pom.xml index 6c310626..d33238f7 100644 --- a/oss-dialect/dialect-module-minio/pom.xml +++ b/oss-dialect/dialect-module-minio/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-dialect - 3.3.0.0-RC3 + 3.3.0.0-RC4 dialect-module-minio diff --git a/oss-dialect/dialect-module-s3-reactive/pom.xml b/oss-dialect/dialect-module-s3-reactive/pom.xml index d8ee5848..21b45087 100644 --- a/oss-dialect/dialect-module-s3-reactive/pom.xml +++ b/oss-dialect/dialect-module-s3-reactive/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-dialect - 3.3.0.0-RC3 + 3.3.0.0-RC4 dialect-module-s3-reactive diff --git a/oss-dialect/dialect-module-s3/pom.xml b/oss-dialect/dialect-module-s3/pom.xml index 0add0341..5273d91f 100644 --- a/oss-dialect/dialect-module-s3/pom.xml +++ b/oss-dialect/dialect-module-s3/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-dialect - 3.3.0.0-RC3 + 3.3.0.0-RC4 dialect-module-s3 diff --git a/oss-dialect/pom.xml b/oss-dialect/pom.xml index 0d10095b..3198b49b 100644 --- a/oss-dialect/pom.xml +++ b/oss-dialect/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.3.0.0-RC3 + 3.3.0.0-RC4 oss-dialect diff --git a/oss-rest/pom.xml b/oss-rest/pom.xml index 69fab824..1fca7c9e 100644 --- a/oss-rest/pom.xml +++ b/oss-rest/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.3.0.0-RC3 + 3.3.0.0-RC4 oss-rest diff --git a/oss-rest/rest-module-minio-reactive/pom.xml b/oss-rest/rest-module-minio-reactive/pom.xml index c8e8518b..6ef5c8c6 100644 --- a/oss-rest/rest-module-minio-reactive/pom.xml +++ b/oss-rest/rest-module-minio-reactive/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-rest - 3.3.0.0-RC3 + 3.3.0.0-RC4 rest-module-minio-reactive diff --git a/oss-rest/rest-module-minio/pom.xml b/oss-rest/rest-module-minio/pom.xml index 55b8a74a..2cb238cc 100644 --- a/oss-rest/rest-module-minio/pom.xml +++ b/oss-rest/rest-module-minio/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-rest - 3.3.0.0-RC3 + 3.3.0.0-RC4 rest-module-minio diff --git a/oss-rest/rest-sdk-specification/pom.xml b/oss-rest/rest-sdk-specification/pom.xml index 219e6fc8..84df457a 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.3.0.0-RC3 + 3.3.0.0-RC4 rest-sdk-specification diff --git a/oss-solution/pom.xml b/oss-solution/pom.xml index 90619594..aff20957 100644 --- a/oss-solution/pom.xml +++ b/oss-solution/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.3.0.0-RC3 + 3.3.0.0-RC4 oss-solution diff --git a/oss-starter/oss-aliyun-spring-boot-starter/pom.xml b/oss-starter/oss-aliyun-spring-boot-starter/pom.xml index ad05c0d5..fb54b360 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.3.0.0-RC3 + 3.3.0.0-RC4 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 6ad8c267..b9624e4b 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.3.0.0-RC3 + 3.3.0.0-RC4 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 b0ac07c2..4bdc0f9e 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.3.0.0-RC3 + 3.3.0.0-RC4 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 0c5d067b..594b019b 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.3.0.0-RC3 + 3.3.0.0-RC4 oss-spring-boot-starter diff --git a/oss-starter/pom.xml b/oss-starter/pom.xml index 9f1baa48..3f087d78 100644 --- a/oss-starter/pom.xml +++ b/oss-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.3.0.0-RC3 + 3.3.0.0-RC4 oss-starter diff --git a/pom.xml b/pom.xml index 02cbfd45..243d917d 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.oss oss-bom - 3.3.0.0-RC3 + 3.3.0.0-RC4 oss-bom/pom.xml