From dd5887fc15c9657edabf42f5e4ff5f9129ec22a7 Mon Sep 17 00:00:00 2001 From: "Yong.Teng" Date: Sat, 11 Mar 2023 21:48:18 +0800 Subject: [PATCH 1/3] Upgrade 2.2.1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2bfee62..2768f94 100644 --- a/pom.xml +++ b/pom.xml @@ -5,9 +5,9 @@ 4.0.0 com.buession parent - https://github.com/buession/buession-parent + http://www.buession.com/ Buession Parent - 2.2.0 + 2.2.1 pom From e62d5d387ba47b2179c285ec96edac5d298e1dca Mon Sep 17 00:00:00 2001 From: "Yong.Teng" Date: Sat, 11 Mar 2023 22:18:07 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=BA=93=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 25 +++++++++++++++++++++++++ pom.xml | 40 ++++++++++++++++++++-------------------- 2 files changed, 45 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c0310..b2581c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ Buession Parent Changelog =========================== +## [2.2.0](https://github.com/buession/buession-parent/releases/tag/v2.2.0) (2023-02-27) + +### 🔨依赖升级 + +- [druid](https://github.com/alibaba/druid) 版本升级至 1.2.16 +- [fasterxml jackson](http://github.com/FasterXML/jackson) 版本升级至 2.14.2 +- [mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) 版本升级至 12.2.0 +- [io.dropwizard.metrics](https://mvnrepository.com/search?q=io.dropwizard.metrics) 版本升级至 4.2.17 +- [io.micrometer](https://github.com/micrometer-metrics/micrometer) 版本升级至 1.10.4 +- [apache httpcomponents httpcore](http://hc.apache.org/httpcomponents-core-ga) 版本升级至 4.4.16 +- [apache httpcomponents httpclient](http://hc.apache.org/httpcomponents-core-ga) 版本升级至 4.5.14 +- [apache httpcomponents httpmime](http://hc.apache.org/httpcomponents-core-ga) 版本升级至 4.5.14 +- [tomcat-jdbc](https://mvnrepository.com/artifact/org.apache.tomcat/tomcat-jdbc) 版本升级至 10.1.7 +- [aspectj](https://www.eclipse.org/aspectj/) 版本升级至 1.9.19 +- [spring-retry](https://github.com/spring-projects/spring-retry) 版本升级至 1.3.4 +- [pac4j](https://github.com/pac4j/pac4j) 版本升级至 4.5.7 +- [mongodb-driver-core](https://github.com/mongodb/mongo-java-driver) 版本升级至 4.9.0 +- [kotlin](https://kotlinlang.org/) 版本升级至 1.7.22 +- [hibernate-core](https://github.com/hibernate/hibernate-orm) 版本升级至 5.6.15.Final +- [hibernate-validator](https://github.com/hibernate/hibernate-validator) 版本升级至 6.2.5.Final + + +--- + + ## [2.2.0](https://github.com/buession/buession-parent/releases/tag/v2.2.0) (2023-02-27) ### 🔨依赖升级 diff --git a/pom.xml b/pom.xml index 2768f94..5ad46b0 100644 --- a/pom.xml +++ b/pom.xml @@ -53,23 +53,23 @@ 5.3.13.RELEASE 2.5.1.RELEASE 2.2 - 1.7.21 + 1.7.22 4.10.0 1.11.0 - 4.5.6 + 4.5.7 3.1 1.19.4 - 4.8.0 + 4.9.0 4.1.89.Final - 2.14.0 - 2.14.0 - 2.14.0 - 2.14.0 - 2.14.0 + 2.14.2 + 2.14.2 + 2.14.2 + 2.14.2 + 2.14.2 1.9.13 - 1.10.1 - 4.2.15 - 1.9.9.1 + 1.10.4 + 4.2.17 + 1.9.19 1.70 1.5.3.Final 1.7.36 @@ -348,7 +348,7 @@ org.springframework.retry spring-retry - 1.3.3 + 1.3.4 javax.annotation @@ -480,7 +480,7 @@ org.apache.tomcat tomcat-jdbc - 10.1.2 + 10.1.7 compile @@ -498,7 +498,7 @@ com.alibaba druid - 1.2.15 + 1.2.16 compile @@ -536,7 +536,7 @@ com.microsoft.sqlserver mssql-jdbc - 11.2.3.jre8 + 12.2.0.jre8 @@ -643,17 +643,17 @@ org.apache.httpcomponents httpcore - 4.4.15 + 4.4.16 org.apache.httpcomponents httpclient - 4.5.13 + 4.5.14 org.apache.httpcomponents httpmime - 4.5.13 + 4.5.14 @@ -801,7 +801,7 @@ org.hibernate hibernate-core - 5.6.10.Final + 5.6.15.Final org.jboss.logging @@ -828,7 +828,7 @@ org.hibernate.validator hibernate-validator - 6.2.4.Final + 6.2.5.Final From c469abdcec080d950a05cd3ce1b0443e96ef8461 Mon Sep 17 00:00:00 2001 From: "Yong.Teng" Date: Fri, 31 Mar 2023 13:58:33 +0800 Subject: [PATCH 3/3] Release 2.2.1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2581c6..c540ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Buession Parent Changelog =========================== -## [2.2.0](https://github.com/buession/buession-parent/releases/tag/v2.2.0) (2023-02-27) +## [2.2.1](https://github.com/buession/buession-parent/releases/tag/v2.2.1) (2023-03-31) ### 🔨依赖升级