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/09/08 03:18:12 UTC

[tika] 02/04: 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

commit db523d2050ff46df1cdd6c4e2aa6de456cc453b1
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Thu Sep 8 05:17:19 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 bc86cf36d..b9ad94925 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.11.0</version>
+      <version>2.11.1</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>