[java-parent-project] branch master updated: IDP-1465 - dependency review: update httpcomponents
Ian Young
ian at iay.org.uk
Wed Oct 2 13:31:37 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=efbea59f6a533c88a537a10f74a8c623c2b59077
The following commit(s) were added to refs/heads/master by this push:
new efbea59 IDP-1465 - dependency review: update httpcomponents
efbea59 is described below
commit efbea59f6a533c88a537a10f74a8c623c2b59077
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Oct 2 18:31:29 2019 +0100
IDP-1465 - dependency review: update httpcomponents
https://issues.shibboleth.net/jira/browse/IDP-1465
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index a332c46..8c72cae 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.9</httpclient.version>
- <httpclient.httpcore.version>4.4.11</httpclient.httpcore.version>
+ <httpclient.version>4.5.10</httpclient.version>
+ <httpclient.httpcore.version>4.4.12</httpclient.httpcore.version>
<guava.version>28.1-jre</guava.version>
<jetty.groupId>org.eclipse.jetty</jetty.groupId>
<jetty.version>9.4.19.v20190610</jetty.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list