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 a1655f8a90 Bump httpclient from 4.5.1 to 4.5.13 in
/traffic_router/core (#6713)
a1655f8a90 is described below
commit a1655f8a905e9ac156ab39a5a27930d9639f798f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 11 13:08:36 2022 -0600
Bump httpclient from 4.5.1 to 4.5.13 in /traffic_router/core (#6713)
Bumps httpclient from 4.5.1 to 4.5.13.
---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
traffic_router/core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/traffic_router/core/pom.xml b/traffic_router/core/pom.xml
index ffbb150ead..4ca6a84ca0 100644
--- a/traffic_router/core/pom.xml
+++ b/traffic_router/core/pom.xml
@@ -340,7 +340,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.5.1</version>
+ <version>4.5.13</version>
<scope>test</scope>
</dependency>
<dependency>