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/04/01 08:12:28 UTC

[maven-dependency-plugin] branch dependabot/maven/org.apache.commons-commons-collections4-4.4 created (now fa378fa)

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

slachiewicz pushed a change to branch dependabot/maven/org.apache.commons-commons-collections4-4.4
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git.


      at fa378fa  Bump commons-collections4 from 4.2 to 4.4

This branch includes the following new commits:

     new fa378fa  Bump commons-collections4 from 4.2 to 4.4

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-dependency-plugin] 01/01: Bump commons-collections4 from 4.2 to 4.4

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

slachiewicz pushed a commit to branch dependabot/maven/org.apache.commons-commons-collections4-4.4
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit fa378fa7db917f3d32b76d38254cdae1666a0082
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Wed Apr 1 08:11:23 2020 +0000

    Bump commons-collections4 from 4.2 to 4.4
    
    Bumps commons-collections4 from 4.2 to 4.4.
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2552d8b..3f17825 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,7 +259,7 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-collections4</artifactId>
-      <version>4.2</version>
+      <version>4.4</version>
     </dependency>
 
     <dependency>