NIFI-11415 Upgraded Saxon-HE from 10.6 to 12.1

This closes #7146

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

View File

@ -554,7 +554,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>