Skip to content

Commit 6ae46e3

Browse files
authored
Bump jackson_version - Fix GHSA-72hv-8253-57qq (#37969)
* Bump jackson_version - Fix GHSA-72hv-8253-57qq jackson-core: Number Length Constraint Bypass in Async Parser Leads to Potential DoS Condition
1 parent 6e23bc1 commit 6ae46e3

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
@@ -623,7 +623,7 @@ class BeamModulePlugin implements Plugin<Project> {
623623
def httpclient_version = "4.5.13"
624624
def httpcore_version = "4.4.14"
625625
def iceberg_bqms_catalog_version = "1.6.1-1.0.1"
626-
def jackson_version = "2.15.4"
626+
def jackson_version = "2.18.6"
627627
def jaxb_api_version = "2.3.3"
628628
def jsr305_version = "3.0.2"
629629
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.15.4':
61+
'2.18.6':
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)