You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by zr...@apache.org on 2022/03/31 21:04:42 UTC

[trafficcontrol] branch master updated: TR upgrade spring per CVE-2022-22965 (#6705)

This is an automated email from the ASF dual-hosted git repository.

zrhoffman 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 7c829aa  TR upgrade spring per CVE-2022-22965 (#6705)
7c829aa is described below

commit 7c829aa9a291583e708af791cce5845f3fcb0464
Author: Rawlin Peters <ra...@apache.org>
AuthorDate: Thu Mar 31 15:04:31 2022 -0600

    TR upgrade spring per CVE-2022-22965 (#6705)
---
 traffic_router/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_router/pom.xml b/traffic_router/pom.xml
index 8edb014..960b653 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.9.RELEASE</spring.version>
+		<spring.version>5.2.20.RELEASE</spring.version>
 		<log4j.version>2.17.1</log4j.version>
 		<jackson-core.version>2.13.1</jackson-core.version>
 		<junit.version>4.12</junit.version>