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 1ec9ac0 TIKA-2925: update h2
1ec9ac0 is described below
commit 1ec9ac054ced8172071960b03a6cb061fef67f18
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Oct 20 12:20:10 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 e0a7988..6015602 100644
--- a/tika-eval/pom.xml
+++ b/tika-eval/pom.xml
@@ -62,7 +62,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>