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 221cd512af build(deps): bump net.sf.saxon:Saxon-HE from 12.5 to 12.6
(#2063)
221cd512af is described below
commit 221cd512afdfedb0e0f797a2a52ba22dc9171b09
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 5 09:54:05 2025 +0200
build(deps): bump net.sf.saxon:Saxon-HE from 12.5 to 12.6 (#2063)
Bumps net.sf.saxon:Saxon-HE from 12.5 to 12.6.
---
updated-dependencies:
- dependency-name: net.sf.saxon:Saxon-HE
dependency-version: '12.6'
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 14f127ab57..023bbe3f5c 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.5</version>
+ <version>12.6</version>
</dependency>
</dependencies>
</plugin>
diff --git a/protocols/knxnetip/pom.xml b/protocols/knxnetip/pom.xml
index d2eceaf573..0f1c580ac0 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.5</version>
+ <version>12.6</version>
</dependency>
</dependencies>
</plugin>
diff --git a/protocols/opcua/pom.xml b/protocols/opcua/pom.xml
index 699f15d186..19c6746c1f 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.5</version>
+ <version>12.6</version>
</dependency>
</dependencies>
</plugin>