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 2024/02/09 09:14:52 UTC

(tika) branch branch_2x updated: TIKA-4162: update aws, jwarc, commons-codec, solrj, testcontainers

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 47a94f11a TIKA-4162: update aws, jwarc, commons-codec, solrj, testcontainers
47a94f11a is described below

commit 47a94f11a775f376ad1ca4aa67fa6499c7561039
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Fri Feb 9 10:14:42 2024 +0100

    TIKA-4162: update aws, jwarc, commons-codec, solrj, testcontainers
---
 tika-parent/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 69cf3c039..03b6c24a6 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -307,7 +307,7 @@
 
     <!-- dependency versions -->
     <google.cloud.version>2.33.0</google.cloud.version>
-    <aws.version>1.12.654</aws.version>
+    <aws.version>1.12.655</aws.version>
     <!-- WARNING: when you upgrade asm make sure that you update the
         OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
         See TIKA-2992.
@@ -319,7 +319,7 @@
     <!-- NOTE: sync brotli version with commons-compress-->
     <brotli.version>0.1.2</brotli.version>
     <commons.cli.version>1.6.0</commons.cli.version>
-    <commons.codec.version>1.16.0</commons.codec.version>
+    <commons.codec.version>1.16.1</commons.codec.version>
     <commons.collections4.version>4.4</commons.collections4.version>
     <commons.compress.version>1.25.0</commons.compress.version>
     <commons.csv.version>1.10.0</commons.csv.version>
@@ -391,12 +391,12 @@
     <scm.version>2.0.1</scm.version>
     <sis.version>1.3</sis.version>
     <slf4j.version>2.0.10</slf4j.version>
-    <solrj.version>8.11.2</solrj.version>
+    <solrj.version>8.11.3</solrj.version>
     <!-- NOTE: Spring 6 requires jdk17 -->
     <spring.version>5.3.31</spring.version>
     <sqlite.version>3.45.1.0</sqlite.version>
     <tagsoup.version>1.2.1</tagsoup.version>
-    <test.containers.version>1.19.4</test.containers.version>
+    <test.containers.version>1.19.5</test.containers.version>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parent-->
     <tukaani.version>1.9</tukaani.version>
     <twelvemonkeys.version>3.10.1</twelvemonkeys.version>
@@ -875,7 +875,7 @@
       <dependency>
         <groupId>org.netpreserve</groupId>
         <artifactId>jwarc</artifactId>
-        <version>0.28.5</version>
+        <version>0.28.6</version>
       </dependency>
       <dependency>
         <groupId>org.opengis</groupId>