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 e7a021c9c7 Build: Bump jackson-bom from 2.21.0 to 2.21.1 (#15482)
e7a021c9c7 is described below
commit e7a021c9c7608842acc78489ead290cdddc5ec51
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 28 22:09:24 2026 -0800
Build: Bump jackson-bom from 2.21.0 to 2.21.1 (#15482)
Bumps `jackson-bom` from 2.21.0 to 2.21.1.
Updates `com.fasterxml.jackson:jackson-bom` from 2.21.0 to 2.21.1
-
[Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.21.0...jackson-bom-2.21.1)
Updates `com.fasterxml.jackson.core:jackson-core` from 2.21.0 to 2.21.1
-
[Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.21.0...jackson-core-2.21.1)
Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.0 to 2.21.1
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
dependency-version: 2.21.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-version: 2.21.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: 2.21.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>
---
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 6ebf112249..ffa5757b05 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -59,7 +59,7 @@ httpcomponents-httpclient5 = "5.6"
hive2 = { strictly = "2.3.10"} # see rich version usage explanation above
immutables-value = "2.12.1"
jackson-annotations = "2.21"
-jackson-bom = "2.21.0"
+jackson-bom = "2.21.1"
jackson214 = { strictly = "2.14.2"}
jackson215 = { strictly = "2.15.2"} # see rich version usage explanation above
jakarta-el-api = "3.0.3"