[java-parent-project] 02/04: JSSH-16: Update to Apache HttpClient 5.x
Brent Putman
putmanb at georgetown.edu
Tue Feb 21 19:33:38 UTC 2023
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=2887cbe7eea9aea60e84f35234b1cbd2421fa6d8
commit 2887cbe7eea9aea60e84f35234b1cbd2421fa6d8
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Tue Nov 15 17:05:25 2022 -0500
JSSH-16: Update to Apache HttpClient 5.x
Update POM for HttpClient 5.2
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index bbc8de8..13a9644 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,10 +43,10 @@
<httpclient.groupId>org.apache.httpcomponents.client5</httpclient.groupId>
<httpclient.artifactId>httpclient5</httpclient.artifactId>
<httpclient.cache.artifactId>httpclient5-cache</httpclient.cache.artifactId>
- <httpclient.version>5.1.3</httpclient.version>
+ <httpclient.version>5.2</httpclient.version>
<httpclient.httpcore.groupId>org.apache.httpcomponents.core5</httpclient.httpcore.groupId>
<httpclient.httpcore.artifactId>httpcore5</httpclient.httpcore.artifactId>
- <httpclient.httpcore.version>5.1.4</httpclient.httpcore.version>
+ <httpclient.httpcore.version>5.2</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