You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/10/21 08:07:18 UTC

[plc4x] branch develop updated: build(deps): bump gmavenplus-plugin from 2.0.0 to 2.1.0 (#552)

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new f513ce357 build(deps): bump gmavenplus-plugin from 2.0.0 to 2.1.0 (#552)
f513ce357 is described below

commit f513ce3573da9e5d2a452d5ce39cc7a7d7632deb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Oct 21 10:07:12 2022 +0200

    build(deps): bump gmavenplus-plugin from 2.0.0 to 2.1.0 (#552)
    
    Bumps [gmavenplus-plugin](https://github.com/groovy/GMavenPlus) from 2.0.0 to 2.1.0.
    - [Release notes](https://github.com/groovy/GMavenPlus/releases)
    - [Commits](https://github.com/groovy/GMavenPlus/compare/2.0.0...2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.gmavenplus:gmavenplus-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 plc4j/pom.xml                      | 2 +-
 plc4j/utils/test-generator/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plc4j/pom.xml b/plc4j/pom.xml
index 18725c07f..4c24a8448 100644
--- a/plc4j/pom.xml
+++ b/plc4j/pom.xml
@@ -51,7 +51,7 @@
       <plugin>
         <groupId>org.codehaus.gmavenplus</groupId>
         <artifactId>gmavenplus-plugin</artifactId>
-        <version>2.0.0</version>
+        <version>2.1.0</version>
         <executions>
           <execution>
             <id>compile-groovy-tests</id>
diff --git a/plc4j/utils/test-generator/pom.xml b/plc4j/utils/test-generator/pom.xml
index 1af161ac2..e022bad95 100644
--- a/plc4j/utils/test-generator/pom.xml
+++ b/plc4j/utils/test-generator/pom.xml
@@ -37,7 +37,7 @@
       <plugin>
         <groupId>org.codehaus.gmavenplus</groupId>
         <artifactId>gmavenplus-plugin</artifactId>
-        <version>2.0.0</version>
+        <version>2.1.0</version>
         <executions>
           <execution>
             <goals>