This is an automated email from the ASF dual-hosted git repository.
tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 42daed36b39 Bump jackson version. (#39281)
42daed36b39 is described below
commit 42daed36b39c8950007141891ccf8dd04d26566c
Author: tvalentyn <[email protected]>
AuthorDate: Mon Jul 13 12:02:18 2026 -0700
Bump jackson version. (#39281)
* Bump jackson version.
* Add JVM arguments to fix hadoop-format tests on JDK 17+
---
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
sdks/java/container/license_scripts/dep_urls_java.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index 3843958f0f3..8298eacff4d 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -624,7 +624,7 @@ class BeamModulePlugin implements Plugin<Project> {
def httpclient_version = "4.5.13"
def httpcore_version = "4.4.14"
def iceberg_bqms_catalog_version = "1.6.1-1.0.1"
- def jackson_version = "2.18.6"
+ def jackson_version = "2.18.8"
def jaxb_api_version = "2.3.3"
def jsr305_version = "3.0.2"
def everit_json_version = "1.14.2"
diff --git a/sdks/java/container/license_scripts/dep_urls_java.yaml
b/sdks/java/container/license_scripts/dep_urls_java.yaml
index ec43ccf130c..25e438f7854 100644
--- a/sdks/java/container/license_scripts/dep_urls_java.yaml
+++ b/sdks/java/container/license_scripts/dep_urls_java.yaml
@@ -58,7 +58,7 @@ xz:
'1.5': # The original repo is down. This license is taken from
https://tukaani.org/xz/java.html.
license: "file://{}/xz/COPYING"
jackson-bom:
- '2.18.6':
+ '2.18.8':
license:
"https://raw.githubusercontent.com/FasterXML/jackson-bom/master/LICENSE"
type: "Apache License 2.0"
org.eclipse.jgit: