diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 236851ebe..f04cb49c3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,7 +14,7 @@ Other... Please describe: ## Adding the issue link (#xxx) if possible. ## Note diff --git a/CHANGELOG.md b/CHANGELOG.md index 06c1f8175..5f44d8d44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ # Change Log --- +- [feat:upgrade jackson version.](https://github.com/Tencent/spring-cloud-tencent/pull/1259) diff --git a/spring-cloud-tencent-dependencies/pom.xml b/spring-cloud-tencent-dependencies/pom.xml index 51316ef63..009f3cafd 100644 --- a/spring-cloud-tencent-dependencies/pom.xml +++ b/spring-cloud-tencent-dependencies/pom.xml @@ -70,16 +70,20 @@ + 1.14.0-2021.0.9-SNAPSHOT + + 1.15.3 + - 1.15.0 32.0.1-jre 1.2.13 1.7.0 1.5.24 4.5.1 1.12.10 + 2.13.5 3.21.7 2.0.2 @@ -93,13 +97,14 @@ - polaris-dependencies - com.tencent.polaris - ${polaris.version} + com.fasterxml.jackson + jackson-bom + ${jackson.version} pom import + com.tencent.cloud spring-cloud-tencent-commons @@ -124,7 +129,6 @@ ${revision} - com.tencent.cloud spring-cloud-starter-tencent-polaris-ratelimit @@ -225,7 +229,6 @@ ${springdoc.version} - org.springdoc springdoc-openapi-webflux-ui @@ -265,6 +268,14 @@ test + + + polaris-dependencies + com.tencent.polaris + ${polaris.version} + pom + import +