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 cf7dbaa48 TIKA-4239: update asm, netty
cf7dbaa48 is described below
commit cf7dbaa4862ca07df7da98a62b74749dad7907b5
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Oct 7 09:17:11 2024 +0200
TIKA-4239: update asm, 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 02df2347f..ae861e710 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -312,7 +312,7 @@
OpCode in the initializer in
org.apache.tika.parser.asm.XHTMLClassVisitor
See TIKA-2992.
-->
- <asm.version>9.7</asm.version>
+ <asm.version>9.7.1</asm.version>
<boilerpipe.version>1.1.0</boilerpipe.version>
<!-- used by POI, PDFBox and Jackcess ...try to sync -->
<bouncycastle.version>1.78.1</bouncycastle.version>
@@ -417,7 +417,7 @@
<zstd.version>1.5.6-6</zstd.version>
<kafka.version>3.8.0</kafka.version>
<!-- 4.2.0.Alpha2 tested successfully -->
- <netty.version>4.1.113.Final</netty.version>
+ <netty.version>4.1.114.Final</netty.version>
<snappy.java.version>1.1.10.7</snappy.java.version>
<logback.version>1.5.8</logback.version>
<javacpp.version>1.5.10</javacpp.version>