You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/10/31 07:28:47 UTC

(logging-log4j-audit) branch master updated: Bump `httpclient` to version 4.5.13

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

pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit.git


The following commit(s) were added to refs/heads/master by this push:
     new e19291e  Bump `httpclient` to version 4.5.13
e19291e is described below

commit e19291e4ec5b6708b3bf31fea71c3968891dda86
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Tue Oct 31 08:28:40 2023 +0100

    Bump `httpclient` to version 4.5.13
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3b45908..85f2d8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
     <findbugs.plugin.version>3.0.5</findbugs.plugin.version>
     <hibernate.version>5.6.15.Final</hibernate.version>
     <eclipselink.version>2.7.0</eclipselink.version>
-    <httpclient.version>4.5.3</httpclient.version>
+    <httpclient.version>4.5.13</httpclient.version>
     <hsqldb.version>2.7.1</hsqldb.version>
     <javadoc.plugin.version>2.10.3</javadoc.plugin.version>
     <javaee.api.version>7.0</javaee.api.version>