From 4fe4adfb0eac0980119005dc0ab07df094c443c2 Mon Sep 17 00:00:00 2001 From: "Yong.Teng" Date: Sat, 24 Jul 2021 16:13:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7=E8=87=B3?= =?UTF-8?q?=201.3.0=20&&=20=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96=E5=8C=85?= =?UTF-8?q?=20&&=20=E6=B7=BB=E5=8A=A0=20changelog.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.txt | 38 +++++++++++++++++ pom.xml | 115 ++++++++++++++++++++++++++------------------------ 2 files changed, 99 insertions(+), 54 deletions(-) create mode 100644 changelog.txt diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 0000000..f310c58 --- /dev/null +++ b/changelog.txt @@ -0,0 +1,38 @@ +Buession Parent Changelog +=========================== + + +Changes in version 1.3.0 (2021-07-10) +------------------------------------- + +* springframework 版本升级至 5.2.15.RELEASE +* springboot 版本升级至 2.3.12.RELEASE +* spring cloud 版本升级至 2.2.9.RELEASE +* spring security 版本升级至 5.3.10.RELEASE +* spring-data-commons 版本升级至 2.3.9.RELEASE +* spring-data-mongodb 版本升级至 3.0.9.RELEASE +* spring-data-redis 版本升级至 2.3.9.RELEASE +* spring-session-data-redis 版本升级至 2.3.3.RELEASE +* mongodb 版本升级至 4.2.3 +* pac4j 版本升级至 4.5.1 +* jackson 版本升级至 2.12.4 +* micrometer 版本升级至 1.7.1 +* dropwizard 版本升级至 4.2.2 +* aspectj 版本升级至 1.9.7 +* bouncycastle 版本升级至 1.69 +* jakarta inject 版本升级至 1.0.3 +* jakarta xml ws 版本升级至 3.0.1 +* jakarta ws rs 版本升级至 3.0.0 +* mybatis 版本升级至 3.5.7 +* commons-pool2 版本升级至 2.10.0 +* commons-io 版本升级至 2.10.0 +* jedis 版本升级至 3.6.1 +* lettuce 版本升级至 5.3.7.RELEASE +* org.checkerframework:checker-qual 版本升级至 3.15.0 +* hibernate-core 版本升级至 5.5.3.Final +* reactor-core 版本升级至 3.3.18.RELEASE +* snakeyaml 版本升级至 1.29 +* alibaba fastjson 版本升级至 1.2.76 +* google gson 版本升级至 2.8.7 +* cas client 版本升级至 3.6.2 +* 部分排除依赖的调整 diff --git a/pom.xml b/pom.xml index 5b1f247..fbf89ea 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ parent https://github.com/buession/buession-parent Buession Parent - 1.2.2 + 1.3.0 pom @@ -41,33 +41,33 @@ 1.8 1.8 1.8 - 1.2.2 - 1.2.2 - 1.2.2 - 1.2.2 - 5.2.13.RELEASE - 2.3.9.RELEASE - 2.2.7.RELEASE - 5.3.8.RELEASE + 1.3.0 + 1.3.0 + 1.3.0 + 1.3.0 + 5.2.15.RELEASE + 2.3.12.RELEASE + 2.2.9.RELEASE + 5.3.10.RELEASE 2.5.1.RELEASE 2.2 - 4.2.2 + 4.2.3 1.7.1 - 4.4.0 - 3.6.1 + 4.5.1 + 3.6.2 3.1 1.19.4 - 2.12.2 - 2.12.2 - 2.12.2 - 2.12.2 - 2.12.2 + 2.12.4 + 2.12.4 + 2.12.4 + 2.12.4 + 2.12.4 1.9.13 1.4.0 - 1.6.5 - 4.1.18 - 1.9.6 - 1.68 + 1.7.1 + 4.2.2 + 1.9.7 + 1.69 1.7.30 2.14.1 @@ -202,7 +202,7 @@ org.springframework.boot - spring.boot.properties.migrator + spring-boot-properties-migrator ${springframework.boot.version} @@ -288,25 +288,25 @@ org.springframework.data spring-data-commons - 2.3.8.RELEASE + 2.3.9.RELEASE compile org.springframework.data spring-data-mongodb - 3.0.8.RELEASE + 3.0.9.RELEASE compile org.springframework.data spring-data-redis - 2.3.8.RELEASE + 2.3.9.RELEASE compile org.springframework.session spring-session-data-redis - 2.3.2.RELEASE + 2.3.3.RELEASE compile @@ -350,25 +350,25 @@ - org.springmodules - spring-modules-cache - 0.8 + org.springframework.retry + spring-retry + 1.3.1 - geronimo-spec - geronimo-spec-jta + javax.annotation + javax.annotation-api - org.springframework.retry - spring-retry - 1.3.1 + org.springmodules + spring-modules-cache + 0.8 - javax.annotation - javax.annotation-api + geronimo-spec + geronimo-spec-jta @@ -394,7 +394,7 @@ jakarta.inject jakarta.inject-api - 1.0 + 1.0.3 compile @@ -436,13 +436,13 @@ jakarta.xml.ws jakarta.xml.ws-api - 3.0.0-RC3 + 3.0.1 compile jakarta.ws.rs jakarta.ws.rs-api - 2.1.6 + 3.0.0 compile @@ -463,7 +463,7 @@ org.mybatis mybatis - 3.5.6 + 3.5.7 compile @@ -567,8 +567,7 @@ org.apache.commons commons-pool2 - 2.9.0 - compile + 2.10.0 org.apache.commons @@ -625,7 +624,7 @@ commons-io commons-io - 2.8.0 + 2.10.0 commons-lang @@ -651,7 +650,7 @@ com.zaxxer - HikariCP-java7 + * @@ -659,13 +658,13 @@ redis.clients jedis - 3.5.2 + 3.6.1 compile io.lettuce lettuce-core - 5.3.6.RELEASE + 5.3.7.RELEASE compile @@ -687,7 +686,7 @@ org.checkerframework checker-qual - 3.12.0 + 3.15.0 cglib @@ -718,7 +717,7 @@ org.hibernate hibernate-core - 5.4.30.Final + 5.5.3.Final org.jboss.logging @@ -925,7 +924,7 @@ io.projectreactor reactor-core - 3.3.15.RELEASE + 3.3.18.RELEASE @@ -959,7 +958,7 @@ com.zaxxer - HikariCP + * @@ -986,14 +985,14 @@ org.pac4j spring-webmvc-pac4j - 4.0.1 + 5.0.0 org.yaml snakeyaml - 1.28 + 1.29 @@ -1142,13 +1141,13 @@ com.alibaba fastjson - 1.2.75 + 1.2.76 com.google.code.gson gson - 2.8.6 + 2.8.7 @@ -1286,6 +1285,14 @@ + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + ${project.build.encoding} + + org.apache.maven.plugins maven-release-plugin