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 c38e1b57e1 build(deps): bump net.sf.saxon:Saxon-HE from 12.3 to 12.4
(#1233)
c38e1b57e1 is described below
commit c38e1b57e14a392762e51c4b26a1faa7e5643372
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 30 11:42:46 2023 +0100
build(deps): bump net.sf.saxon:Saxon-HE from 12.3 to 12.4 (#1233)
Bumps net.sf.saxon:Saxon-HE from 12.3 to 12.4.
---
updated-dependencies:
- dependency-name: net.sf.saxon:Saxon-HE
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 d32778abc6..214edea280 100644
--- a/plc4c/pom.xml
+++ b/plc4c/pom.xml
@@ -159,7 +159,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
- <version>12.3</version>
+ <version>12.4</version>
</dependency>
</dependencies>
</plugin>
diff --git a/protocols/knxnetip/pom.xml b/protocols/knxnetip/pom.xml
index a81e291ef9..78e5331d9c 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.3</version>
+ <version>12.4</version>
</dependency>
</dependencies>
</plugin>
diff --git a/protocols/opcua/pom.xml b/protocols/opcua/pom.xml
index 1cb328a3c5..62108a1f69 100644
--- a/protocols/opcua/pom.xml
+++ b/protocols/opcua/pom.xml
@@ -219,7 +219,7 @@
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<!-- REMARK: 11.3 is currently the newest version, however
when updating to that, the build breaks -->
- <version>12.3</version>
+ <version>12.4</version>
</dependency>
</dependencies>
</plugin>