This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 5a8519ebd171060dc132a90b712e6ed843b9850f
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Mon Jul 31 11:20:54 2023 -0400

    NIFI-11888 Upgraded Saxon-HE from 12.2 to 12.3
    
    This closes #7553
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
---
 nifi-nar-bundles/nifi-standard-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index 3d3f87292c..31d2681330 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -159,7 +159,7 @@
             <dependency>
                 <groupId>net.sf.saxon</groupId>
                 <artifactId>Saxon-HE</artifactId>
-                <version>12.2</version>
+                <version>12.3</version>
             </dependency>
             <dependency>
                 <groupId>javax.jms</groupId>

Reply via email to