[java-parent-project] 04/06: Update httpclient to 4.5.14, httpcore to 4.4.16
Ian Young
ian at iay.org.uk
Mon Dec 19 14:23:36 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-11
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=be8381508b290c8c6185cad21228bedd3f775f31
commit be8381508b290c8c6185cad21228bedd3f775f31
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Dec 19 13:44:05 2022 +0000
Update httpclient to 4.5.14, httpcore to 4.4.16
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7ea6b28..175c1c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,8 +38,8 @@
<duoweb.version>1.3</duoweb.version>
<!-- IMPORTANT: httpclient and httpcore versions need to be updated together. -->
<httpclient.groupId>org.apache.httpcomponents</httpclient.groupId>
- <httpclient.version>4.5.13</httpclient.version>
- <httpclient.httpcore.version>4.4.15</httpclient.httpcore.version>
+ <httpclient.version>4.5.14</httpclient.version>
+ <httpclient.httpcore.version>4.4.16</httpclient.httpcore.version>
<graalvm.version>21.2.0</graalvm.version>
<guava.version>31.1-jre</guava.version>
<jackson.version>2.14.1</jackson.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list