[java-parent-project] branch master updated: Update to latest httpcore (4.4.11) and httpclient (4.5.9) components
Ian Young
ian at iay.org.uk
Tue Jul 2 10:35:38 EDT 2019
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=8345eac5898efe8b98dfe387daff2b21a74eed85
The following commit(s) were added to refs/heads/master by this push:
new 8345eac Update to latest httpcore (4.4.11) and httpclient (4.5.9) components
8345eac is described below
commit 8345eac5898efe8b98dfe387daff2b21a74eed85
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Jul 2 15:35:32 2019 +0100
Update to latest httpcore (4.4.11) and httpclient (4.5.9) components
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 76749cb..a002cbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,8 +23,8 @@
<cryptacular.version>1.1.3</cryptacular.version>
<!-- IMPORTANT: httpclient and httpcore versions need to be updated together. -->
<httpclient.groupId>org.apache.httpcomponents</httpclient.groupId>
- <httpclient.version>4.5.3</httpclient.version>
- <httpclient.httpcore.version>4.4.8</httpclient.httpcore.version>
+ <httpclient.version>4.5.9</httpclient.version>
+ <httpclient.httpcore.version>4.4.11</httpclient.httpcore.version>
<guava.version>28.0-jre</guava.version>
<jetty.groupId>org.eclipse.jetty</jetty.groupId>
<jetty.version>9.2.14.v20151106</jetty.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list