diff --git a/CHANGELOG.md b/CHANGELOG.md index e0470fc..99ba00b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,42 @@ Buession Parent Changelog =========================== +## [2.1.2](https://github.com/buession/buession-parent/releases/tag/v2.1.1) (2023-02-27) + +### 🔨依赖升级 + +- [druid](https://github.com/alibaba/druid) 版本升级至 1.2.15 +- [fasterxml jackson](http://github.com/FasterXML/jackson) 版本升级至 2.14.0 +- [gson](https://mvnrepository.com/artifact/com.google.code.gson/gson) 版本升级至 2.11 +- [io.dropwizard.metrics](https://mvnrepository.com/search?q=io.dropwizard.metrics) 版本升级至 4.2.15 +- [io.micrometer](https://github.com/micrometer-metrics/micrometer) 版本升级至 1.10.1 +- [joda-time](https://www.joda.org/joda-time/) 版本升级至 2.12.1 +- [tomcat-jdbc](https://mvnrepository.com/artifact/org.apache.tomcat/tomcat-jdbc) 版本升级至 10.1.2 +- [checker-qual](https://github.com/typetools/checker-framework) 版本升级至 3.27.0 +- [kotlin](https://kotlinlang.org/) 版本升级至 1.7.21 +- [mapstruct](http://mapstruct.org/mapstruct/) 版本升级至 1.5.3.Final +- [mongodb driver core](https://www.mongodb.com/) 版本升级至 4.8.0 +- [mybatis](http://www.mybatis.org/mybatis-3) 版本升级至 3.5.11 +- [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) 版本升级至 1.33 +- [jedis](https://github.com/redis/jedis) 版本升级至 4.3.1 +- [apache shiro](https://github.com/apache/shiro) 版本升级至 1.11.0 + + +### ⭐ 新特性 + +- 引入 [mysql-connector-java](http://dev.mysql.com/doc/connector-j/en/) +- 引入 [mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) +- 引入 [netty](https://netty.io/) + + +### 漏洞修复 + +- [apache shiro](https://github.com/apache/shiro) 修复 [CVE-2022-40664](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-40664) 、 [CVE-2022-41853](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41853) 、 [CVE-2022-41853](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41853) 漏洞 + + +--- + + ## [2.1.2](https://github.com/buession/buession-parent/releases/tag/v2.1.1) (2022-08-25) ### 🔨依赖升级 diff --git a/pom.xml b/pom.xml index 3c40c47..2bfee62 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ parent https://github.com/buession/buession-parent Buession Parent - 2.1.2 + 2.2.0 pom @@ -43,38 +43,35 @@ + UTF-8 UTF-8 1.8 1.8 1.8 - 2.1.1 - 2.1.1 - 2.1.1 - 2.1.1 - 2.1.1 5.2.22.RELEASE 2.3.12.RELEASE 5.3.13.RELEASE 2.5.1.RELEASE 2.2 - 1.7.10 - 4.6.1 + 1.7.21 4.10.0 - 1.9.1 + 1.11.0 4.5.6 3.1 1.19.4 - 2.13.3 - 2.13.3 - 2.13.3 - 2.13.3 - 2.13.3 - 1.4.0 - 1.9.3 - 4.2.11 + 4.8.0 + 4.1.89.Final + 2.14.0 + 2.14.0 + 2.14.0 + 2.14.0 + 2.14.0 + 1.9.13 + 1.10.1 + 4.2.15 1.9.9.1 1.70 - 1.5.2.Final + 1.5.3.Final 1.7.36 2.18.0 @@ -171,6 +168,12 @@ ${springframework.version} compile + + org.springframework + spring-websocket + ${springframework.version} + compile + org.springframework spring-test @@ -312,6 +315,12 @@ org.springframework.security spring-security-rsa 1.0.11.RELEASE + + + org.springframework + spring-core + + org.springframework.security @@ -408,6 +417,12 @@ 4.0.4 compile + + jakarta.servlet.jsp + jakarta.servlet.jsp-api + 2.3.6 + compile + jakarta.transaction jakarta.transaction-api @@ -435,7 +450,7 @@ jakarta.ws.rs jakarta.ws.rs-api - 3.0.0 + 2.1.6 compile @@ -465,7 +480,7 @@ org.apache.tomcat tomcat-jdbc - 10.0.23 + 10.1.2 compile @@ -483,14 +498,14 @@ com.alibaba druid - 1.2.11 + 1.2.15 compile org.mybatis mybatis - 3.5.10 + 3.5.11 compile @@ -512,6 +527,18 @@ compile + + mysql + mysql-connector-java + 8.0.23 + + + + com.microsoft.sqlserver + mssql-jdbc + 11.2.3.jre8 + + org.mongodb mongodb-driver-core @@ -586,6 +613,17 @@ commons-lang3 3.12.0 + + commons-configuration + commons-configuration + 1.10 + + + commons-logging + commons-logging + + + org.apache.commons commons-collections4 @@ -618,6 +656,11 @@ 4.5.13 + + commons-codec + commons-codec + 1.15 + commons-attributes commons-attributes-api @@ -634,15 +677,72 @@ 1.9.4 - commons-codec - commons-codec - 1.15 + commons-digester + commons-digester + 2.1 + + + commons-logging + commons-logging + + + + + commons-io + commons-io + 2.11.0 + + + commons-cli + commons-cli + 1.5.0 + + + + io.netty + netty-all + ${netty.version} + + + io.netty + netty-common + ${netty.version} + + + io.netty + netty-handler + ${netty.version} + + + io.netty + netty-handler-proxy + ${netty.version} + + + io.netty + netty-codec-http + ${netty.version} + + + io.netty + netty-codec-http2 + ${netty.version} + + + io.netty + netty-transport + ${netty.version} + + + io.netty + netty-transport-native-epoll + ${netty.version} redis.clients jedis - 4.2.3 + 4.3.1 compile @@ -655,7 +755,7 @@ joda-time joda-time - 2.10.14 + 2.12.1 com.fasterxml @@ -670,7 +770,7 @@ org.checkerframework checker-qual - 3.24.0 + 3.27.0 cglib @@ -742,10 +842,27 @@ ${org.bouncycastle.version} + + com.sun.jersey + jersey-core + ${sun.jersey.version} + + + javax.ws.rs + jsr311-api + + + com.sun.jersey jersey-json ${sun.jersey.version} + + + javax.xml.bind + jaxb-api + + com.sun.jersey @@ -758,11 +875,21 @@ + + com.sun.jersey + jersey-server + ${sun.jersey.version} + com.sun.jersey.contribs jersey-apache-client4 ${sun.jersey.version} + + com.sun.jersey.contribs + jersey-guice + ${sun.jersey.version} + com.squareup.okhttp3 @@ -987,7 +1114,7 @@ org.yaml snakeyaml - 1.30 + 1.33 @@ -1105,6 +1232,29 @@ + + + org.codehaus.jackson + jackson-core-asl + ${codehaus.jackson.version} + + + org.codehaus.jackson + jackson-mapper-asl + ${codehaus.jackson.version} + + + org.codehaus.jackson + jackson-jaxrs + ${codehaus.jackson.version} + + + org.codehaus.jackson + jackson-xc + ${codehaus.jackson.version} + + + com.alibaba fastjson @@ -1114,7 +1264,7 @@ com.google.code.gson gson - 2.9.1 + 2.10.1 @@ -1158,6 +1308,12 @@ ${slf4j.version} compile + + org.slf4j + log4j-over-slf4j + ${slf4j.version} + compile + org.apache.logging.log4j