This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch branch_3x in repository https://gitbox.apache.org/repos/asf/tika.git
commit 9e6d70ac61999b2956afef704fecc9ba3b81361c Author: Tilman Hausherr <[email protected]> AuthorDate: Sat May 9 16:30:43 2026 +0200 TIKA-4695: update aws, log4j --- 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 c0f93018b8..58c9511422 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -314,7 +314,7 @@ <!-- dependency versions --> <!-- change threetenbp exclusion version --> <google.cloud.version>2.68.0</google.cloud.version> - <aws2.version>2.44.3</aws2.version> + <aws2.version>2.44.4</aws2.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. @@ -397,7 +397,7 @@ <kafka.version>4.2.0</kafka.version> <kotlin-stdlib.version>2.3.21</kotlin-stdlib.version> <libpst.version>0.9.3</libpst.version> - <log4j2.version>2.25.4</log4j2.version> + <log4j2.version>2.26.0</log4j2.version> <!-- can't update to 10, needs jdk21 --> <lucene.version>9.12.3</lucene.version> <maven.plugin.annotations.version>3.15.2</maven.plugin.annotations.version>
