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 2023/09/28 18:48:24 UTC

[tika] branch branch_2x updated: TIKA-4146: update shade, snappy

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

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


The following commit(s) were added to refs/heads/branch_2x by this push:
     new 1fbfb779f TIKA-4146: update shade, snappy
1fbfb779f is described below

commit 1fbfb779f8ec1e37df80793bc39e702ea82fb578
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Sep 28 20:48:14 2023 +0200

    TIKA-4146: update shade, snappy
---
 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 6d9b532f9..774bfd8f5 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -299,7 +299,7 @@
     <maven.jar.version>3.3.0</maven.jar.version>
     <maven.scr.version>1.26.4</maven.scr.version>
     <maven.surefire.version>3.1.2</maven.surefire.version>
-    <maven.shade.version>3.5.0</maven.shade.version>
+    <maven.shade.version>3.5.1</maven.shade.version>
     <!-- need above java 8 for 10.[0-2] -->
     <puppycrawl.version>9.3</puppycrawl.version>
     <rat.version>0.15</rat.version>
@@ -931,7 +931,7 @@
       <dependency>
         <groupId>org.xerial.snappy</groupId>
         <artifactId>snappy-java</artifactId>
-        <version>1.1.10.4</version>
+        <version>1.1.10.5</version>
       </dependency>
       <dependency>
         <groupId>xerces</groupId>