This is an automated email from the ASF dual-hosted git repository. tilman pushed a commit to branch branch_3x in repository https://gitbox.apache.org/repos/asf/tika.git
commit 199020509e241228bf0de82d48c7998eedf86405 Author: Tilman Hausherr <[email protected]> AuthorDate: Thu Oct 24 05:45:13 2024 +0200 TIKA-4326: update testcontainers, maven.project.info.reports, google cloud, aws, woodstox --- 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 a66ce8a78..41e01dc4c 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -301,15 +301,15 @@ <maven.jar.version>3.4.2</maven.jar.version> <maven.scr.version>1.26.4</maven.scr.version> <maven.shade.version>3.6.0</maven.shade.version> - <maven.project.info.reports.version>3.7.0</maven.project.info.reports.version> + <maven.project.info.reports.version>3.8.0</maven.project.info.reports.version> <puppycrawl.version>10.18.2</puppycrawl.version> <rat.version>0.16.1</rat.version> <scm.version>2.1.0</scm.version> <!-- dependency versions --> <!-- change threetenbp exclusion version --> - <google.cloud.version>2.43.2</google.cloud.version> - <aws.version>1.12.776</aws.version> + <google.cloud.version>2.44.0</google.cloud.version> + <aws.version>1.12.777</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. @@ -433,7 +433,7 @@ <sqlite.version>3.46.1.3</sqlite.version> <stax.ex.version>2.1.0</stax.ex.version> <tagsoup.version>1.2.1</tagsoup.version> - <testcontainers.version>1.20.2</testcontainers.version> + <testcontainers.version>1.20.3</testcontainers.version> <!-- NOTE: sync tukaani version with commons-compress in tika-parent --> <tukaani.version>1.10</tukaani.version> <twelvemonkeys.version>3.12.0</twelvemonkeys.version> @@ -443,7 +443,7 @@ <uimaj.cpe.version>3.5.0</uimaj.cpe.version> <unit.api.version>2.2</unit.api.version> <vorbis.version>0.8</vorbis.version> - <woodstox.core.version>7.0.0</woodstox.core.version> + <woodstox.core.version>7.1.0</woodstox.core.version> <xmpcore.version>6.1.11</xmpcore.version> <!-- This has to be < 3.9 to work with Solr 8's integration tests --> <zookeeper.version>3.8.4</zookeeper.version>
