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 055834ff04 build(deps): bump net.sf.saxon:Saxon-HE from 12.9 to 13.0
(#2578)
055834ff04 is described below
commit 055834ff04a2fcc4f0b9fd9073057e54ca4ffe20
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 2 13:01:22 2026 +0200
build(deps): bump net.sf.saxon:Saxon-HE from 12.9 to 13.0 (#2578)
Bumps net.sf.saxon:Saxon-HE from 12.9 to 13.0.
---
updated-dependencies:
- dependency-name: net.sf.saxon:Saxon-HE
dependency-version: '13.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>
---
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 b7a976326f..83eb9d7be3 100644
--- a/plc4c/pom.xml
+++ b/plc4c/pom.xml
@@ -160,7 +160,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
- <version>12.9</version>
+ <version>13.0</version>
</dependency>
</dependencies>
</plugin>
diff --git a/protocols/knxnetip/pom.xml b/protocols/knxnetip/pom.xml
index 6e22a463bf..1a9e872feb 100644
--- a/protocols/knxnetip/pom.xml
+++ b/protocols/knxnetip/pom.xml
@@ -154,7 +154,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
- <version>12.9</version>
+ <version>13.0</version>
</dependency>
</dependencies>
</plugin>
diff --git a/protocols/opcua/pom.xml b/protocols/opcua/pom.xml
index 33dd0c0fbf..b5061f5f75 100644
--- a/protocols/opcua/pom.xml
+++ b/protocols/opcua/pom.xml
@@ -237,7 +237,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
- <version>12.9</version>
+ <version>13.0</version>
</dependency>
</dependencies>
</plugin>