This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 03794c028308af481a0e7ce1ad4dc947717103dd 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> (cherry picked from commit 5a8519ebd171060dc132a90b712e6ed843b9850f) --- 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 64e1b05d98..5f2e7e12cb 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>