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 aeebd82873718a65c46ee9086144b4682847cfdb Author: Tilman Hausherr <[email protected]> AuthorDate: Fri Jun 17 19:44:01 2022 +0200 TIKA-3793: update build-helper-maven-plugin --- tika-app/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tika-app/pom.xml b/tika-app/pom.xml index 4f649b401..7a9897f3c 100644 --- a/tika-app/pom.xml +++ b/tika-app/pom.xml @@ -246,7 +246,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <version>3.0.0</version> + <version>3.3.0</version> <executions> <execution> <phase>package</phase>
