This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/master by this push:
new 7fa6d87 TIKA-2925: update dockerfile-maven-plugin
7fa6d87 is described below
commit 7fa6d874f15202ead96449f540ca1b9ba5f05e36
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Oct 27 14:07:32 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 57cbdc9..fb377e4 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>