Skip to content

Commit 42daed3

Browse files
authored
Bump jackson version. (#39281)
* Bump jackson version. * Add JVM arguments to fix hadoop-format tests on JDK 17+
1 parent 1e05fcd commit 42daed3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ class BeamModulePlugin implements Plugin<Project> {
624624
def httpclient_version = "4.5.13"
625625
def httpcore_version = "4.4.14"
626626
def iceberg_bqms_catalog_version = "1.6.1-1.0.1"
627-
def jackson_version = "2.18.6"
627+
def jackson_version = "2.18.8"
628628
def jaxb_api_version = "2.3.3"
629629
def jsr305_version = "3.0.2"
630630
def everit_json_version = "1.14.2"

sdks/java/container/license_scripts/dep_urls_java.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ xz:
5858
'1.5': # The original repo is down. This license is taken from https://tukaani.org/xz/java.html.
5959
license: "file://{}/xz/COPYING"
6060
jackson-bom:
61-
'2.18.6':
61+
'2.18.8':
6262
license: "https://raw.githubusercontent.com/FasterXML/jackson-bom/master/LICENSE"
6363
type: "Apache License 2.0"
6464
org.eclipse.jgit:

0 commit comments

Comments
 (0)