This is an automated email from the ASF dual-hosted git repository.
tilman 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 c04a426d30 Bump log4j2.version from 2.25.3 to 2.25.4 (#2737)
c04a426d30 is described below
commit c04a426d30f5c78ff9479628f4ace1eeea5159f8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 6 08:46:52 2026 +0200
Bump log4j2.version from 2.25.3 to 2.25.4 (#2737)
* Bump log4j2.version from 2.25.3 to 2.25.4
Bumps `log4j2.version` from 2.25.3 to 2.25.4.
Updates `org.apache.logging.log4j:log4j-core` from 2.25.3 to 2.25.4
Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.25.3 to 2.25.4
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-version: 2.25.4
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
dependency-version: 2.25.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* Replace hardcoded logging versions with properties
* Replace hardcoded versions with property variables
* Remove unused dependencies from pom.xml
Removed testcontainers and slf4j version dependencies.
* Update JUnit version from 5 to 6
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tilman Hausherr <[email protected]>
---
tika-e2e-tests/pom.xml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/tika-e2e-tests/pom.xml b/tika-e2e-tests/pom.xml
index 1880505979..61845c59ec 100644
--- a/tika-e2e-tests/pom.xml
+++ b/tika-e2e-tests/pom.xml
@@ -46,12 +46,10 @@
<tika.version>${revision}</tika.version>
<!-- Test dependencies -->
- <junit.version>5.11.4</junit.version>
- <testcontainers.version>2.0.4</testcontainers.version>
+ <junit.version>${junit6.version}</junit.version>
<!-- Logging -->
- <slf4j.version>2.0.17</slf4j.version>
- <log4j.version>2.25.3</log4j.version>
+ <log4j.version>${log4j2.version}</log4j.version>
<!-- Other -->
<lombok.version>1.18.44</lombok.version>