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 74869e3340 build(deps): bump org.codehaus.gmavenplus:gmavenplus-plugin 
(#2448)
74869e3340 is described below

commit 74869e3340d49207790707b3d16777d767f6364b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 17 11:50:34 2026 +0100

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

diff --git a/plc4j/pom.xml b/plc4j/pom.xml
index 036eba4f90..f05fbdffc5 100644
--- a/plc4j/pom.xml
+++ b/plc4j/pom.xml
@@ -96,7 +96,7 @@
       <plugin>
         <groupId>org.codehaus.gmavenplus</groupId>
         <artifactId>gmavenplus-plugin</artifactId>
-        <version>4.3.0</version>
+        <version>4.3.1</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 eba8cbe31a..c5226294f6 100644
--- a/plc4j/utils/test-generator/pom.xml
+++ b/plc4j/utils/test-generator/pom.xml
@@ -42,7 +42,7 @@
       <plugin>
         <groupId>org.codehaus.gmavenplus</groupId>
         <artifactId>gmavenplus-plugin</artifactId>
-        <version>4.3.0</version>
+        <version>4.3.1</version>
         <executions>
           <execution>
             <goals>
diff --git a/protocols/bacnetip/pom.xml b/protocols/bacnetip/pom.xml
index 99b090183f..ed5ce675c0 100644
--- a/protocols/bacnetip/pom.xml
+++ b/protocols/bacnetip/pom.xml
@@ -77,7 +77,7 @@
           <plugin>
             <groupId>org.codehaus.gmavenplus</groupId>
             <artifactId>gmavenplus-plugin</artifactId>
-            <version>4.3.0</version>
+            <version>4.3.1</version>
             <executions>
               <!-- Do some pre-build checks and report any findings to the 
user -->
               <execution>

Reply via email to