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 9c69600a72 Bump joda-time:joda-time from 2.14.0 to 2.14.1 (#2689)
9c69600a72 is described below
commit 9c69600a725a76a747fb9bc476338c9740558f3b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 07:29:43 2026 +0100
Bump joda-time:joda-time from 2.14.0 to 2.14.1 (#2689)
Bumps [joda-time:joda-time](https://github.com/JodaOrg/joda-time) from
2.14.0 to 2.14.1.
- [Release notes](https://github.com/JodaOrg/joda-time/releases)
-
[Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt)
- [Commits](https://github.com/JodaOrg/joda-time/compare/v2.14.0...v2.14.1)
---
updated-dependencies:
- dependency-name: joda-time:joda-time
dependency-version: 2.14.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 badb932101..6c3d1e00da 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -838,7 +838,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
- <version>2.14.0</version>
+ <version>2.14.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>