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
The following commit(s) were added to refs/heads/branch_1x by this push:
new aeda35e TIKA-2925: update dockerfile-maven-plugin
aeda35e is described below
commit aeda35ec549402ff3b5939cf67b57740db4d1e19
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Oct 27 14:07:15 2019 +0100
TIKA-2925: update dockerfile-maven-plugin
---
tika-server/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-server/pom.xml b/tika-server/pom.xml
index 8e3508c..cd4a4d6 100644
--- a/tika-server/pom.xml
+++ b/tika-server/pom.xml
@@ -266,7 +266,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId>
- <version>1.4.10</version>
+ <version>1.4.13</version>
<configuration>
<repository>apache/tika-server</repository>
<tag>${project.version}</tag>