This is an automated email from the ASF dual-hosted git repository.
THausherr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new b0c946a61c Bump log4j2.version from 2.26.0 to 2.26.1 (#2930)
b0c946a61c is described below
commit b0c946a61c26553519cfb5e50b7ba5d804858e53
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 6 08:33:40 2026 +0200
Bump log4j2.version from 2.26.0 to 2.26.1 (#2930)
Bumps `log4j2.version` from 2.26.0 to 2.26.1.
Updates `org.apache.logging.log4j:log4j-bom` from 2.26.0 to 2.26.1
- [Release notes](https://github.com/apache/logging-log4j2/releases)
-
[Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc)
-
[Commits](https://github.com/apache/logging-log4j2/compare/rel/2.26.0...rel/2.26.1)
Updates `org.apache.logging.log4j:log4j-core` from 2.26.0 to 2.26.1
Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.26.0 to 2.26.1
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-bom
dependency-version: 2.26.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-version: 2.26.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
dependency-version: 2.26.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index d647e68a7b..44090cab5c 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -396,7 +396,7 @@
<kafka.version>4.3.1</kafka.version>
<kotlin-stdlib.version>2.4.0</kotlin-stdlib.version>
<libpst.version>0.9.3</libpst.version>
- <log4j2.version>2.26.0</log4j2.version>
+ <log4j2.version>2.26.1</log4j2.version>
<lombok.version>1.18.46</lombok.version>
<!-- can't update to 10, needs jdk21 -->
<lucene.version>9.12.3</lucene.version>