[java-parent-project] branch main updated: Update httpclient to 4.5.13
Ian Young
ian at iay.org.uk
Thu Oct 8 16:29:36 UTC 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=96d45e519651c6c03489d974ebceeac7e0dca1b4
The following commit(s) were added to refs/heads/main by this push:
new 96d45e5 Update httpclient to 4.5.13
96d45e5 is described below
commit 96d45e519651c6c03489d974ebceeac7e0dca1b4
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Oct 8 17:29:33 2020 +0100
Update httpclient to 4.5.13
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index df16603..10734ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<cryptacular.version>1.2.4</cryptacular.version>
<!-- IMPORTANT: httpclient and httpcore versions need to be updated together. -->
<httpclient.groupId>org.apache.httpcomponents</httpclient.groupId>
- <httpclient.version>4.5.12</httpclient.version>
+ <httpclient.version>4.5.13</httpclient.version>
<httpclient.httpcore.version>4.4.13</httpclient.httpcore.version>
<graalvm.version>20.0.0</graalvm.version>
<guava.version>29.0-jre</guava.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list