You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/02/10 00:02:18 UTC

[maven-changes-plugin] branch sslv2 created (now fe9e73d)

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch sslv2
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git.


      at fe9e73d  Upgrade http-client to 3.1 (https.protocols=TLSv1.2)

This branch includes the following new commits:

     new fe9e73d  Upgrade http-client to 3.1 (https.protocols=TLSv1.2)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-changes-plugin] 01/01: Upgrade http-client to 3.1 (https.protocols=TLSv1.2)

Posted by sl...@apache.org.
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 <sl...@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>