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 485a4d00cd Build: Bump com.fasterxml.jackson.core:jackson-annotations
(#15136)
485a4d00cd is described below
commit 485a4d00cd492b38027a1d9dc6d6e8e540b383aa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 25 12:02:03 2026 -0800
Build: Bump com.fasterxml.jackson.core:jackson-annotations (#15136)
Bumps
[com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson)
from 2.20 to 2.21.
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
dependency-version: '2.21'
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 ab94ae1e94..f4c3b783aa 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -58,7 +58,7 @@ hadoop3 = "3.4.2"
httpcomponents-httpclient5 = "5.6"
hive2 = { strictly = "2.3.10"} # see rich version usage explanation above
immutables-value = "2.12.1"
-jackson-annotations = "2.20"
+jackson-annotations = "2.21"
jackson-bom = "2.21.0"
jackson211 = { strictly = "2.11.4"} # see rich version usage explanation above
jackson212 = { strictly = "2.12.3"}