This is an automated email from the ASF dual-hosted git repository.
fokko 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 fa93604c85 Build: Bump jackson-bom from 2.19.2 to 2.20.0 and
jackson-annotations to 2.20 (#13961)
fa93604c85 is described below
commit fa93604c8503ec5e02c48b403cbd7ec905c0af4c
Author: Yuya Ebihara <[email protected]>
AuthorDate: Mon Oct 6 21:27:40 2025 +0900
Build: Bump jackson-bom from 2.19.2 to 2.20.0 and jackson-annotations to
2.20 (#13961)
* Build: Bump jackson-bom from 2.19.2 to 2.20.0
Bumps `jackson-bom` from 2.19.2 to 2.20.0.
Updates `com.fasterxml.jackson:jackson-bom` from 2.19.2 to 2.20.0
-
[Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.19.2...jackson-bom-2.20.0)
Updates `com.fasterxml.jackson.core:jackson-core` from 2.19.2 to 2.20.0
-
[Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.19.2...jackson-core-2.20.0)
Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.2 to 2.20.0
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.19.2 to
2.20.0
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
dependency-version: 2.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-version: 2.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: 2.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
dependency-version: 2.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* Build: Update jackson-annotations to 2.20
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
gradle/libs.versions.toml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 0156ecf16e..0a016e5e06 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -55,7 +55,8 @@ hadoop3 = "3.4.2"
httpcomponents-httpclient5 = "5.5.1"
hive2 = { strictly = "2.3.10"} # see rich version usage explanation above
immutables-value = "2.11.4"
-jackson-bom = "2.19.2"
+jackson-annotations = "2.20"
+jackson-bom = "2.20.0"
jackson211 = { strictly = "2.11.4"} # see rich version usage explanation above
jackson212 = { strictly = "2.12.3"}
jackson213 = { strictly = "2.13.4"}
@@ -146,7 +147,7 @@ immutables-value = { module = "org.immutables:value",
version.ref = "immutables-
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version.ref =
"jackson-bom" }
jackson-core = { module = "com.fasterxml.jackson.core:jackson-core",
version.ref = "jackson-bom" }
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind",
version.ref = "jackson-bom" }
-jackson-annotations = { module =
"com.fasterxml.jackson.core:jackson-annotations", version.ref = "jackson-bom" }
+jackson-annotations = { module =
"com.fasterxml.jackson.core:jackson-annotations", version.ref =
"jackson-annotations" }
jackson211-bom = { module = "com.fasterxml.jackson:jackson-bom", version.ref =
"jackson211" }
jackson212-bom = { module = "com.fasterxml.jackson:jackson-bom", version.ref =
"jackson212" }
jackson213-bom = { module = "com.fasterxml.jackson:jackson-bom", version.ref =
"jackson213" }