This is an automated email from the ASF dual-hosted git repository. wuweijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git
The following commit(s) were added to refs/heads/master by this push: new 3b3cedc8b Bump httpclient to 4.5.13 (#2154) 3b3cedc8b is described below commit 3b3cedc8bf9bb4d3a0a2410661443e375110339e Author: CVEDetect <89496918+cvedet...@users.noreply.github.com> AuthorDate: Tue Nov 29 09:28:09 2022 +0800 Bump httpclient to 4.5.13 (#2154) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8e60fb0cc..12503b41f 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ <logback.version>1.2.3</logback.version> <commons-codec.version>1.10</commons-codec.version> <commons-exec.version>1.3</commons-exec.version> - <httpclient.version>4.5.12</httpclient.version> + <httpclient.version>4.5.13</httpclient.version> <httpcore.version>4.4.13</httpcore.version> <snakeyaml.version>1.26</snakeyaml.version> <gson.version>2.6.1</gson.version>