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 762f458f4c build(deps): bump org.codehaus.mojo:xml-maven-plugin from
1.1.0 to 1.2.0 (#2312)
762f458f4c is described below
commit 762f458f4c9f1d16eab8d4deb2f628d4db0f44a4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 23 09:36:44 2025 +0200
build(deps): bump org.codehaus.mojo:xml-maven-plugin from 1.1.0 to 1.2.0
(#2312)
Bumps
[org.codehaus.mojo:xml-maven-plugin](https://github.com/mojohaus/xml-maven-plugin)
from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/mojohaus/xml-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/xml-maven-plugin/compare/1.1.0...1.2.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:xml-maven-plugin
dependency-version: 1.2.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>
---
plc4c/pom.xml | 2 +-
protocols/knxnetip/pom.xml | 2 +-
protocols/opcua/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/plc4c/pom.xml b/plc4c/pom.xml
index ba13df6e21..3917dd2a9b 100644
--- a/plc4c/pom.xml
+++ b/plc4c/pom.xml
@@ -87,7 +87,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
- <version>1.1.0</version>
+ <version>1.2.0</version>
<executions>
<!--execution>
<id>generate-modbus-tests</id>
diff --git a/protocols/knxnetip/pom.xml b/protocols/knxnetip/pom.xml
index a34fb6bfff..bb1cc2a7b5 100644
--- a/protocols/knxnetip/pom.xml
+++ b/protocols/knxnetip/pom.xml
@@ -126,7 +126,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
- <version>1.1.0</version>
+ <version>1.2.0</version>
<executions>
<execution>
<phase>generate-resources</phase>
diff --git a/protocols/opcua/pom.xml b/protocols/opcua/pom.xml
index b1953737f4..659e861a03 100644
--- a/protocols/opcua/pom.xml
+++ b/protocols/opcua/pom.xml
@@ -93,7 +93,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
- <version>1.1.0</version>
+ <version>1.2.0</version>
<executions>
<execution>
<id>transform-services</id>