NIFI-11415 Upgraded Saxon-HE from 10.6 to 12.1

This closes #7146

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 0b2deb94de20e51e51b3d9d8c715403027824c41)
This commit is contained in:
Pierre Villard 2023-04-08 18:06:36 +03:00 committed by exceptionfactory
parent ff9ff4eff6
commit 22e28314ae
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
2 changed files with 2 additions and 2 deletions

View File

@ -564,7 +564,7 @@ limitations under the License.
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>9.6.0-5</version>
<version>12.1</version>
</dependency>
<dependency>
<groupId>stax</groupId>

View File

@ -169,7 +169,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>10.6</version>
<version>12.1</version>
</dependency>
<dependency>
<groupId>javax.jms</groupId>