This is an automated email from the ASF dual-hosted git repository. tilman pushed a commit to branch branch_1x in repository https://gitbox.apache.org/repos/asf/tika.git
commit 08d9b6684b2497a022448b23414729a4ea1182b4 Author: Tilman Hausherr <[email protected]> AuthorDate: Wed Aug 17 06:11:05 2022 +0200 TIKA-3793: update woodstox-core --- tika-parsers/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml index 5e03457c3..5e2a9d6e9 100644 --- a/tika-parsers/pom.xml +++ b/tika-parsers/pom.xml @@ -93,7 +93,7 @@ <dependency> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> - <version>6.3.0</version> + <version>6.3.1</version> </dependency> <dependency> <groupId>org.apache.commons</groupId>
