From 2094836a5f92f04d513e272914e41e8c6a3ff25e Mon Sep 17 00:00:00 2001 From: Zach Hoffman Date: Wed, 12 Jan 2022 09:40:47 -0800 Subject: [PATCH] TR: Update jackson-databind and jackson-annotations to 2.13.1 (#6506) * Set jackson-databind and jackson-annotations versions from ${jackson-core.version} * Update jackson-databind and jackson-annotations to 2.13.1 --- CHANGELOG.md | 1 + traffic_router/core/pom.xml | 4 ++-- traffic_router/pom.xml | 1 + traffic_router/shared/pom.xml | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 679deaaf40..54753b133e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - [#6376](https://github.com/apache/trafficcontrol/issues/6376) Updated TO/TM so that TM doesn't overwrite monitoring snapshot data with CR config snapshot data. - Updated `t3c-apply` to reduce mutable state in `TrafficOpsReq` struct. - Updated Golang dependencies +- [#6506](https://github.com/apache/trafficcontrol/pull/6506) - Updated `jackson-databind` and `jackson-annotations` Traffic Router dependencies to version 2.13.1 ### Deprecated - Deprecated the endpoints and docs associated with `api_capability`. diff --git a/traffic_router/core/pom.xml b/traffic_router/core/pom.xml index 65a89a32da..f97f06dbb8 100644 --- a/traffic_router/core/pom.xml +++ b/traffic_router/core/pom.xml @@ -319,12 +319,12 @@ com.fasterxml.jackson.core jackson-databind - 2.11.3 + ${jackson-core.version} com.fasterxml.jackson.core jackson-annotations - 2.11.3 + ${jackson-core.version} com.maxmind.geoip2 diff --git a/traffic_router/pom.xml b/traffic_router/pom.xml index a820dc96b5..2204004387 100644 --- a/traffic_router/pom.xml +++ b/traffic_router/pom.xml @@ -34,6 +34,7 @@ /opt/traffic_router 5.2.9.RELEASE 2.17.1 + 2.13.1 4.12 1.3 2.1.0 diff --git a/traffic_router/shared/pom.xml b/traffic_router/shared/pom.xml index c2794947d8..23a081b49c 100644 --- a/traffic_router/shared/pom.xml +++ b/traffic_router/shared/pom.xml @@ -66,12 +66,12 @@ under the License. com.fasterxml.jackson.core jackson-annotations - 2.4.0 + ${jackson-core.version} com.fasterxml.jackson.core jackson-databind - 2.4.3 + ${jackson-core.version} org.hamcrest