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/07/28 16:32:27 UTC

[maven-invoker-plugin] branch master updated: Bump groovy-version from 3.0.11 to 3.0.12

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 8491511  Bump groovy-version from 3.0.11 to 3.0.12
8491511 is described below

commit 8491511d90422aee41b5c7dfce0d66a0622b96aa
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jul 25 04:05:14 2022 +0000

    Bump groovy-version from 3.0.11 to 3.0.12
    
    Bumps `groovy-version` from 3.0.11 to 3.0.12.
    
    Updates `groovy` from 3.0.11 to 3.0.12
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-json` from 3.0.11 to 3.0.12
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-xml` from 3.0.11 to 3.0.12
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.groovy:groovy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.codehaus.groovy:groovy-json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.codehaus.groovy:groovy-xml
      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 b1c4c3e..d9f0640 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@ under the License.
     <beanshell-artifactId>bsh</beanshell-artifactId>
     <beanshell-version>2.0b6</beanshell-version>
     <groovy-groupId>org.codehaus.groovy</groovy-groupId>
-    <groovy-version>3.0.11</groovy-version>
+    <groovy-version>3.0.12</groovy-version>
     <surefire.version>2.22.2</surefire.version>
     <project.build.outputTimestamp>2022-05-25T15:26:55Z</project.build.outputTimestamp>
   </properties>