[java-parent-project] branch master updated: Update httpclient to 4.5.3, httpcore to 4.4.8.

Ian Young ian at iay.org.uk
Fri Jan 12 06:41:13 EST 2018


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=94da547a6ca179207c78bc01b5e51512bb307a07

The following commit(s) were added to refs/heads/master by this push:
       new  94da547   Update httpclient to 4.5.3, httpcore to 4.4.8.
94da547 is described below

commit 94da547a6ca179207c78bc01b5e51512bb307a07
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 14 19:27:09 2017 -0500

    Update httpclient to 4.5.3, httpcore to 4.4.8.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d64b532..68e87bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,8 +23,8 @@
         <cryptacular.version>1.1.2</cryptacular.version>
         <!-- IMPORTANT: httpclient and httpcore versions need to be updated together.  -->
         <httpclient.groupId>org.apache.httpcomponents</httpclient.groupId>
-        <httpclient.version>4.3.6</httpclient.version>
-        <httpclient.httpcore.version>4.3.3</httpclient.httpcore.version>
+        <httpclient.version>4.5.3</httpclient.version>
+        <httpclient.httpcore.version>4.4.8</httpclient.httpcore.version>
         <guava.version>23.0</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