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 bd94847cc3 build(deps): bump org.codehaus.gmavenplus:gmavenplus-plugin
(#2625)
bd94847cc3 is described below
commit bd94847cc3ba914ae4ea136a72171c369c90f7e3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 3 17:05:36 2026 +0200
build(deps): bump org.codehaus.gmavenplus:gmavenplus-plugin (#2625)
Bumps
[org.codehaus.gmavenplus:gmavenplus-plugin](https://github.com/groovy/GMavenPlus)
from 4.3.1 to 5.1.0.
- [Release notes](https://github.com/groovy/GMavenPlus/releases)
- [Commits](https://github.com/groovy/GMavenPlus/compare/4.3.1...5.1.0)
---
updated-dependencies:
- dependency-name: org.codehaus.gmavenplus:gmavenplus-plugin
dependency-version: 5.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
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 c9f7945565..cc19c7f24b 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.1</version>
+ <version>5.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 dcd71e7051..5de2d2e9b0 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.1</version>
+ <version>5.1.0</version>
<executions>
<execution>
<goals>
diff --git a/protocols/bacnetip/pom.xml b/protocols/bacnetip/pom.xml
index dc63974f2a..3b628cadd5 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.1</version>
+ <version>5.1.0</version>
<executions>
<!-- Do some pre-build checks and report any findings to the
user -->
<execution>