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 2021/04/04 10:49:13 UTC

[maven-scm] branch next created (now 55375a5)

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

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


      at 55375a5  Bump groovy-all from 1.7.6 to 2.4.21

This branch includes the following new commits:

     new 55375a5  Bump groovy-all from 1.7.6 to 2.4.21

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-scm] 01/01: Bump groovy-all from 1.7.6 to 2.4.21

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

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit 55375a56ab3727b04117a10b874fa93036a574ac
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Apr 4 12:49:02 2021 +0200

    Bump groovy-all from 1.7.6 to 2.4.21
---
 maven-scm-providers/maven-scm-provider-integrity/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-scm-providers/maven-scm-provider-integrity/pom.xml b/maven-scm-providers/maven-scm-provider-integrity/pom.xml
index 269f296..0ab5bb2 100644
--- a/maven-scm-providers/maven-scm-provider-integrity/pom.xml
+++ b/maven-scm-providers/maven-scm-provider-integrity/pom.xml
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-all</artifactId>
-      <version>1.7.6</version>
+      <version>2.4.21</version>
     </dependency>
   </dependencies>
   <build>