This is an automated email from the ASF dual-hosted git repository.
huaxingao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new d9b6f00a98 Build: Bump joda-time:joda-time from 2.5 to 2.14.2 (#16270)
d9b6f00a98 is described below
commit d9b6f00a98dbe9318c390951c64d70ba076c0f96
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 9 23:56:37 2026 -0700
Build: Bump joda-time:joda-time from 2.5 to 2.14.2 (#16270)
Bumps [joda-time:joda-time](https://github.com/JodaOrg/joda-time) from 2.5
to 2.14.2.
- [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.5...v2.14.2)
---
updated-dependencies:
- dependency-name: joda-time:joda-time
dependency-version: 2.14.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index c384a78a2a..97026f4fa8 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -67,7 +67,7 @@ jakarta-servlet-api = "6.1.0"
jaxb-api = "2.3.1"
jaxb-runtime = "2.3.9"
jetty = "12.1.8"
-joda = "2.5"
+joda = "2.14.2"
junit = "5.14.3"
junit-platform = "1.14.3"
junit-pioneer = "2.3.0"