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/03/25 10:19:27 UTC

(tika) branch branch_2x updated: TIKA-4162: update forbiddenapis, asm

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 d3553b31b TIKA-4162: update forbiddenapis, asm
d3553b31b is described below

commit d3553b31b91ffbd457b063dcf1e0334e6ecaf9fb
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Mon Mar 25 11:19:18 2024 +0100

    TIKA-4162: update forbiddenapis, asm
---
 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 492232f46..fbf2a5fae 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -288,7 +288,7 @@
     <project.build.outputTimestamp>1697538631</project.build.outputTimestamp>
     <!-- plugin versions -->
     <checkstyle.plugin.version>3.3.1</checkstyle.plugin.version>
-    <forbiddenapis.version>3.6</forbiddenapis.version>
+    <forbiddenapis.version>3.7</forbiddenapis.version>
     <groovy.maven.version>2.1.1</groovy.maven.version>
     <maven.antrun.version>3.1.0</maven.antrun.version>
     <maven.assembly.version>3.7.1</maven.assembly.version>
@@ -312,7 +312,7 @@
         OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
         See TIKA-2992.
     -->
-    <asm.version>9.6</asm.version>
+    <asm.version>9.7</asm.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>
     <!-- used by POI, PDFBox and Jackcess ...try to sync -->
     <bouncycastle.version>1.77</bouncycastle.version>