[java-parent-project] branch maint-7 updated: Update httpclient to 4.5.13
Scott Cantor
cantor.2 at osu.edu
Mon Oct 12 21:34:39 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-7
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=47c2e4fda335150bd3ac9b79faebe1cf6bf30274
The following commit(s) were added to refs/heads/maint-7 by this push:
new 47c2e4f Update httpclient to 4.5.13
47c2e4f is described below
commit 47c2e4fda335150bd3ac9b79faebe1cf6bf30274
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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4ed140d..73c65c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,8 +23,8 @@
<cryptacular.version>1.1.4</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.13</httpclient.version>
+ <httpclient.httpcore.version>4.4.13</httpclient.httpcore.version>
<guava.version>20.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