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 1bdb05da20 build(deps): bump Saxon-HE from 12.1 to 12.3 (#1017)
1bdb05da20 is described below

commit 1bdb05da20df638ed091214708a55411e7d75e16
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 6 12:45:56 2023 +0200

    build(deps): bump Saxon-HE from 12.1 to 12.3 (#1017)
    
    Bumps Saxon-HE from 12.1 to 12.3.
    
    ---
    updated-dependencies:
    - dependency-name: net.sf.saxon:Saxon-HE
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    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 e763edd092..d48ce3a69b 100644
--- a/plc4c/pom.xml
+++ b/plc4c/pom.xml
@@ -392,7 +392,7 @@
           <dependency>
             <groupId>net.sf.saxon</groupId>
             <artifactId>Saxon-HE</artifactId>
-            <version>12.1</version>
+            <version>12.3</version>
           </dependency>
         </dependencies>
       </plugin>
diff --git a/protocols/knxnetip/pom.xml b/protocols/knxnetip/pom.xml
index 91446e5c91..8c1c90378f 100644
--- a/protocols/knxnetip/pom.xml
+++ b/protocols/knxnetip/pom.xml
@@ -98,7 +98,7 @@
           <dependency>
             <groupId>net.sf.saxon</groupId>
             <artifactId>Saxon-HE</artifactId>
-            <version>12.1</version>
+            <version>12.3</version>
           </dependency>
         </dependencies>
       </plugin>
diff --git a/protocols/opcua/pom.xml b/protocols/opcua/pom.xml
index db371bea9c..6428ed1b9c 100644
--- a/protocols/opcua/pom.xml
+++ b/protocols/opcua/pom.xml
@@ -220,7 +220,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.1</version>
+            <version>12.3</version>
           </dependency>
         </dependencies>
       </plugin>

Reply via email to