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 d323d2d TIKA-2925: update dl4j and twelvemonkeys
d323d2d is described below
commit d323d2d78ac0a96da59ce86f7a79aa22878babf8
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Nov 2 16:45:10 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 1f08a09..b13eadb 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>