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/21 14:30:09 UTC

[maven-changes-plugin] branch deps created (now 7e24aa0)

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

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


      at 7e24aa0  update commons dependencies

This branch includes the following new commits:

     new 7e24aa0  update commons dependencies

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: update commons dependencies

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

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

commit 7e24aa01c34fddeb37bcbf4cda2ad0a863759992
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Mar 21 10:29:52 2020 -0400

    update commons dependencies
---
 pom.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index f20abee..84de17c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,9 +247,9 @@ under the License.
 
     <!-- commons -->
     <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-      <version>3.2.1</version>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-collections4</artifactId>
+      <version>4.2</version>
     </dependency>
     <dependency>
       <groupId>commons-httpclient</groupId>
@@ -259,17 +259,17 @@ under the License.
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.5</version>
+      <version>2.6</version>
     </dependency>
     <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-      <version>2.6</version>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <version>3.8.1</version>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.1.1</version>
+      <version>1.2</version>
     </dependency>
 
     <!-- doxia -->