This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch sslv2 in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
commit fe9e73d8b1a6b8171ea671ca2a00665affd38623 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Mon Feb 10 01:02:03 2020 +0100 Upgrade http-client to 3.1 (https.protocols=TLSv1.2) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 86bfbc0..043b320 100644 --- a/pom.xml +++ b/pom.xml @@ -253,7 +253,7 @@ under the License. <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> - <version>3.0.1</version> + <version>3.1</version> </dependency> <dependency> <groupId>commons-io</groupId>