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 ea31f4d44b Bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17 (#2681)
ea31f4d44b is described below
commit ea31f4d44b47e07ee8793045bc46e64b0b0df112
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 07:32:29 2026 +0100
Bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17 (#2681)
Bumps org.slf4j:slf4j-api from 2.0.16 to 2.0.17.
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
dependency-version: 2.0.17
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-e2e-tests/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-e2e-tests/pom.xml b/tika-e2e-tests/pom.xml
index c4f98a3459..dd0705e4d2 100644
--- a/tika-e2e-tests/pom.xml
+++ b/tika-e2e-tests/pom.xml
@@ -50,7 +50,7 @@
<testcontainers.version>2.0.3</testcontainers.version>
<!-- Logging -->
- <slf4j.version>2.0.16</slf4j.version>
+ <slf4j.version>2.0.17</slf4j.version>
<log4j.version>2.25.3</log4j.version>
<!-- Other -->