Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 238f1a3

Browse files
zrhoffmanocket8888
authored andcommitted
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 (cherry picked from commit 2094836)
1 parent 149047e commit 238f1a3

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

66
## [5.1.6] - 2022-01-12
77
- [#6446](https://github.com/apache/trafficcontrol/issues/6446) - Revert Traffic Router rollover file pattern to the one previously used in `log4j.properties` with Log4j 1.2
8+
- [#6506](https://github.com/apache/trafficcontrol/pull/6506) - Updated `jackson-databind` and `jackson-annotations` Traffic Router dependencies to version 2.13.1
89

910
## [5.1.5] - 2021-12-20
1011
- Updated `log4j` module in Traffic Router from version 1.2.17 to 2.17.0

traffic_router/core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,12 +319,12 @@
319319
<dependency>
320320
<groupId>com.fasterxml.jackson.core</groupId>
321321
<artifactId>jackson-databind</artifactId>
322-
<version>2.11.3</version>
322+
<version>${jackson-core.version}</version>
323323
</dependency>
324324
<dependency>
325325
<groupId>com.fasterxml.jackson.core</groupId>
326326
<artifactId>jackson-annotations</artifactId>
327-
<version>2.11.3</version>
327+
<version>${jackson-core.version}</version>
328328
</dependency>
329329
<dependency>
330330
<groupId>com.maxmind.geoip2</groupId>

traffic_router/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<deploy.dir>/opt/traffic_router</deploy.dir>
3535
<spring.version>5.2.9.RELEASE</spring.version>
3636
<log4j.version>2.17.1</log4j.version>
37+
<jackson-core.version>2.13.1</jackson-core.version>
3738
<junit.version>4.12</junit.version>
3839
<hamcrest.version>1.3</hamcrest.version>
3940
<geoip2.version>2.1.0</geoip2.version>

traffic_router/shared/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ under the License.
6666
<dependency>
6767
<groupId>com.fasterxml.jackson.core</groupId>
6868
<artifactId>jackson-annotations</artifactId>
69-
<version>2.4.0</version>
69+
<version>${jackson-core.version}</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.fasterxml.jackson.core</groupId>
7373
<artifactId>jackson-databind</artifactId>
74-
<version>2.4.3</version>
74+
<version>${jackson-core.version}</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.hamcrest</groupId>

0 commit comments

Comments
 (0)