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 54f6449968 build(deps): bump org.codehaus.gmavenplus:gmavenplus-plugin
(#2432)
54f6449968 is described below
commit 54f64499687409849a7586d38225890608c525c6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 12 15:56:02 2026 +0100
build(deps): bump org.codehaus.gmavenplus:gmavenplus-plugin (#2432)
Bumps
[org.codehaus.gmavenplus:gmavenplus-plugin](https://github.com/groovy/GMavenPlus)
from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/groovy/GMavenPlus/releases)
- [Commits](https://github.com/groovy/GMavenPlus/compare/4.2.1...4.3.0)
---
updated-dependencies:
- dependency-name: org.codehaus.gmavenplus:gmavenplus-plugin
dependency-version: 4.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 44a59533e3..036eba4f90 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.2.1</version>
+ <version>4.3.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 72f4ae03df..eba8cbe31a 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.2.1</version>
+ <version>4.3.0</version>
<executions>
<execution>
<goals>
diff --git a/protocols/bacnetip/pom.xml b/protocols/bacnetip/pom.xml
index e30fca4f02..99b090183f 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.2.1</version>
+ <version>4.3.0</version>
<executions>
<!-- Do some pre-build checks and report any findings to the
user -->
<execution>