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 dd4a7e0979 Bump commons-logging:commons-logging from 1.3.5 to 1.3.6
(#2685)
dd4a7e0979 is described below
commit dd4a7e0979799c36fe4bcd78a55179daf9cad06c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 07:31:20 2026 +0100
Bump commons-logging:commons-logging from 1.3.5 to 1.3.6 (#2685)
Bumps
[commons-logging:commons-logging](https://github.com/apache/commons-logging)
from 1.3.5 to 1.3.6.
-
[Changelog](https://github.com/apache/commons-logging/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-logging/compare/rel/commons-logging-1.3.5...rel/commons-logging-1.3.6)
---
updated-dependencies:
- dependency-name: commons-logging:commons-logging
dependency-version: 1.3.6
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 8522f00a97..e78316d334 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -338,7 +338,7 @@
<commons.fileupload.version>1.6.0</commons.fileupload.version>
<commons.io.version>2.21.0</commons.io.version>
<commons.lang3.version>3.20.0</commons.lang3.version>
- <commons.logging.version>1.3.5</commons.logging.version>
+ <commons.logging.version>1.3.6</commons.logging.version>
<commons.math3.version>3.6.1</commons.math3.version>
<commons.net.version>3.12.0</commons.net.version>
<ctakes.version>6.0.0</ctakes.version>