You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2022/08/19 06:20:57 UTC

[tika] branch branch_1x updated: TIKA-3793: update joda-time

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 334d1ddf9 TIKA-3793: update joda-time
334d1ddf9 is described below

commit 334d1ddf99fdfc2e8eda158c6f4c2d0c1f7b3b16
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Fri Aug 19 08:20:34 2022 +0200

    TIKA-3793: update joda-time
---
 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 f14fbd034..103ce4cdb 100644
--- a/tika-dl/pom.xml
+++ b/tika-dl/pom.xml
@@ -375,7 +375,7 @@
     <dependency>
       <groupId>joda-time</groupId>
       <artifactId>joda-time</artifactId>
-      <version>2.10.14</version>
+      <version>2.11.0</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>