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 71c8072 TIKA-2925: update dl4j and twelvemonkeys
71c8072 is described below
commit 71c8072bce235f7d133ddcdae031e5e8aa719649
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Nov 2 16:45:25 2019 +0100
TIKA-2925: update dl4j and twelvemonkeys
---
tika-dl/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tika-dl/pom.xml b/tika-dl/pom.xml
index 0e364ed..98a400c 100644
--- a/tika-dl/pom.xml
+++ b/tika-dl/pom.xml
@@ -36,8 +36,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <dl4j.version>1.0.0-beta4</dl4j.version>
- <twelvemonkeys.version>3.4.1</twelvemonkeys.version>
+ <dl4j.version>1.0.0-beta5</dl4j.version>
+ <twelvemonkeys.version>3.4.2</twelvemonkeys.version>
</properties>
<dependencies>