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 ffed94789 TIKA-3793: update objenesis
ffed94789 is described below
commit ffed94789f3249737c9e95f63ff0d1a24f65a316
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Aug 10 08:54:28 2022 +0200
TIKA-3793: update objenesis
---
tika-dl/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-dl/pom.xml b/tika-dl/pom.xml
index dfd6d2e9a..f14fbd034 100644
--- a/tika-dl/pom.xml
+++ b/tika-dl/pom.xml
@@ -298,7 +298,7 @@
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
- <version>3.2</version>
+ <version>3.3</version>
</dependency>
<dependency>
<groupId>org.nd4j</groupId>