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 2a6e085 TIKA-2925: update h2
2a6e085 is described below
commit 2a6e0852fc8b6af48d228d0aad4c5df21b95e0d6
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Oct 20 12:20:25 2019 +0200
TIKA-2925: update h2
---
tika-eval/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-eval/pom.xml b/tika-eval/pom.xml
index be56624..402dd5e 100644
--- a/tika-eval/pom.xml
+++ b/tika-eval/pom.xml
@@ -61,7 +61,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>1.4.199</version>
+ <version>1.4.200</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>