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/27 03:13:38 UTC

[tika] branch main updated: TIKA-3795: update jackcess and netty

This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 5dda39d1d TIKA-3795: update jackcess and netty
5dda39d1d is described below

commit 5dda39d1dfa5ccc0ab97158ea03c3f73986369c2
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Aug 27 05:13:22 2022 +0200

    TIKA-3795: update jackcess and netty
---
 tika-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 1aca0cfd0..775685858 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -319,7 +319,7 @@
     <!-- versions greater than 62.2 are not compatible with icu4j handler in lucene 8.11.1 -->
     <icu4j.version>62.2</icu4j.version>
     <imageio.version>1.4.0</imageio.version>
-    <jackcess.version>4.0.1</jackcess.version>
+    <jackcess.version>4.0.2</jackcess.version>
     <jackcess.encrypt.version>4.0.1</jackcess.encrypt.version>
     <jackrabbit.version>2.21.12</jackrabbit.version>
     <jackson.version>2.13.3</jackson.version>
@@ -388,7 +388,7 @@
     <xmpcore.version>6.1.11</xmpcore.version>
     <zstd.version>1.5.2-3</zstd.version>
     <kafka.version>3.2.1</kafka.version>
-    <netty.version>4.1.79.Final</netty.version>
+    <netty.version>4.1.80.Final</netty.version>
   </properties>
 
   <dependencyManagement>