You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/11/07 19:30:07 UTC

[maven-script-interpreter] branch master updated: Bump groovy from 4.0.2 to 4.0.6

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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ff09af  Bump groovy from 4.0.2 to 4.0.6
9ff09af is described below

commit 9ff09af313bc016a38e0222a62dd34c648b46797
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 17 04:02:18 2022 +0000

    Bump groovy from 4.0.2 to 4.0.6
    
    Bumps [groovy](https://github.com/apache/groovy) from 4.0.2 to 4.0.6.
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.groovy:groovy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ede0dd2..6ac9748 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
     <dependency>
       <groupId>org.apache.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>4.0.2</version>
+      <version>4.0.6</version>
     </dependency>
 
     <dependency>