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/11 14:35:44 UTC

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

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 67737077a build(deps): bump gmavenplus-plugin from 1.13.1 to 2.0.0 (#536)
67737077a is described below

commit 67737077a26c0468ef4fdf3913ede7267f96794e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 11 16:35:39 2022 +0200

    build(deps): bump gmavenplus-plugin from 1.13.1 to 2.0.0 (#536)
    
    Bumps [gmavenplus-plugin](https://github.com/groovy/GMavenPlus) from 1.13.1 to 2.0.0.
    - [Release notes](https://github.com/groovy/GMavenPlus/releases)
    - [Commits](https://github.com/groovy/GMavenPlus/compare/1.13.1...2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.gmavenplus:gmavenplus-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 0c5e499ae..18725c07f 100644
--- a/plc4j/pom.xml
+++ b/plc4j/pom.xml
@@ -51,7 +51,7 @@
       <plugin>
         <groupId>org.codehaus.gmavenplus</groupId>
         <artifactId>gmavenplus-plugin</artifactId>
-        <version>1.13.1</version>
+        <version>2.0.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 fd5a8a907..1af161ac2 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>1.13.1</version>
+        <version>2.0.0</version>
         <executions>
           <execution>
             <goals>