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/05/14 14:17:57 UTC

[maven-invoker-plugin] branch master updated: Bump groovy-all from 3.0.9 to 3.0.10

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-invoker-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ea2af1  Bump groovy-all from 3.0.9 to 3.0.10
3ea2af1 is described below

commit 3ea2af1b811aac298eca572777f98e30620a75fa
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat May 14 13:07:31 2022 +0000

    Bump groovy-all from 3.0.9 to 3.0.10
    
    Bumps [groovy-all](https://github.com/apache/groovy) from 3.0.9 to 3.0.10.
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.groovy:groovy-all
      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 d7a243b..9e88b2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@ under the License.
     <beanshell-version>2.0b6</beanshell-version>
     <groovy-groupId>org.codehaus.groovy</groovy-groupId>
     <groovy-artifactId>groovy-all</groovy-artifactId>
-    <groovy-version>3.0.9</groovy-version>
+    <groovy-version>3.0.10</groovy-version>
     <surefire.version>2.22.2</surefire.version>
     <project.build.outputTimestamp>2021-02-14T00:04:14Z</project.build.outputTimestamp>
   </properties>