NIFI-11725 Upgraded Woodstox from 6.5.0 to 6.5.1

This closes #7407

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-06-19 09:29:50 -04:00 committed by exceptionfactory
parent b8c5bb661e
commit a5ae155839
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.5.0</version>
<version>6.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.solr</groupId>

View File

@ -124,7 +124,7 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.5.0</version>
<version>6.5.1</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>