You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/03/10 16:59:32 UTC

[maven-changes-plugin] branch ht created (now 68b64b5)

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

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


      at 68b64b5  new http

This branch includes the following new commits:

     new 68b64b5  new http

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: new http

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch ht
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

commit 68b64b54059f794835fc661e7bc599feea34eb09
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Tue Mar 10 12:59:18 2020 -0400

    new http
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 55104c9..de9e4e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,12 +365,12 @@ under the License.
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
-      <version>4.2.3</version>
+      <version>4.4.13</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.2.3</version>
+      <version>4.5.12</version>
     </dependency>
 
     <!-- for rss feed generation -->