This is an automated email from the ASF dual-hosted git repository. snazy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push: new 8a3ebcedd fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.19.2 (#2136) 8a3ebcedd is described below commit 8a3ebcedd1f0fd91c224668fd180c02985073ea0 Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Mon Jul 21 12:52:54 2025 +0200 fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.19.2 (#2136) --- 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 249bc83e6..d2a5817d1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -62,7 +62,7 @@ immutables-builder = { module = "org.immutables:builder", version.ref = "immutab immutables-value-annotations = { module = "org.immutables:value-annotations", version.ref = "immutables" } immutables-value-processor = { module = "org.immutables:value-processor", version.ref = "immutables" } iceberg-bom = { module = "org.apache.iceberg:iceberg-bom", version.ref = "iceberg" } -jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.19.1" } +jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.19.2" } jakarta-annotation-api = { module = "jakarta.annotation:jakarta.annotation-api", version = "3.0.0" } jakarta-enterprise-cdi-api = { module = "jakarta.enterprise:jakarta.enterprise.cdi-api", version = "4.1.0" } jakarta-inject-api = { module = "jakarta.inject:jakarta.inject-api", version = "2.0.1" }