This is an automated email from the ASF dual-hosted git repository.
ocket8888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new cfd51b8400 Update TR dependencies (#6913)
cfd51b8400 is described below
commit cfd51b8400dc4890e9097ef9eba555db5934223d
Author: Rawlin Peters <[email protected]>
AuthorDate: Wed Jun 22 10:10:47 2022 -0600
Update TR dependencies (#6913)
Most of these are minor/patch updates, but TR was unaffected by the
major updates.
---
CHANGELOG.md | 6 ++++++
traffic_router/core/pom.xml | 8 ++++----
traffic_router/pom.xml | 2 +-
3 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6646f45e5..cef04a7d1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -84,6 +84,12 @@ The format is based on [Keep a
Changelog](http://keepachangelog.com/en/1.0.0/).
- Adds updates to the trafficcontrol-health-client to, use new ATS Host status
formats, detect and use proper
traffic_ctl commands, and adds new markup-poll-threshold config.
- Traffic Monitor now defaults to 100 historical "CRConfig" Snapshots stored
internally if not specified in configuration (previous default was 20,000)
+- Updated Traffic Router dependencies:
+ - commons-io: 2.0.1 -> 2.11.0
+ - commons-codec: 1.6 -> 1.15
+ - guava: 18.0 -> 31.1-jre
+ - async-http-client: 2.12.1 -> 2.12.3
+ - spring: 5.2.20.RELEASE -> 5.3.20
- `TRAFFIC_ROUTER`-type Profiles no longer need to have names that match any
kind of pattern (e.g. `CCR_.*`)
- [#4351](https://github.com/apache/trafficcontrol/issues/4351) Updated
message to an informative one when deleting a delivery service.
- Updated Grove to use the TO API v3 client library
diff --git a/traffic_router/core/pom.xml b/traffic_router/core/pom.xml
index 4ca6a84ca0..6c20276fdd 100644
--- a/traffic_router/core/pom.xml
+++ b/traffic_router/core/pom.xml
@@ -256,7 +256,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.0.1</version>
+ <version>2.11.0</version>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
@@ -273,7 +273,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.6</version>
+ <version>1.15</version>
</dependency>
<dependency>
<groupId>dnsjava</groupId>
@@ -283,7 +283,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>18.0</version>
+ <version>31.1-jre</version>
</dependency>
@@ -314,7 +314,7 @@
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client</artifactId>
- <version>2.12.1</version>
+ <version>2.12.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
diff --git a/traffic_router/pom.xml b/traffic_router/pom.xml
index 07d5b4f8ae..90dd212a27 100644
--- a/traffic_router/pom.xml
+++ b/traffic_router/pom.xml
@@ -32,7 +32,7 @@
<properties>
<deploy.dir>/opt/traffic_router</deploy.dir>
- <spring.version>5.2.20.RELEASE</spring.version>
+ <spring.version>5.3.20</spring.version>
<log4j.version>2.17.1</log4j.version>
<jackson-core.version>2.13.1</jackson-core.version>
<junit.version>4.12</junit.version>