Skip to content

Commit

Permalink
Bump Jackson databind to 2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Jun 1, 2024
1 parent f93a67a commit bf0f46f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ class BeamModulePlugin implements Plugin<Project> {
def influxdb_version = "2.19"
def httpclient_version = "4.5.13"
def httpcore_version = "4.4.14"
def jackson_version = "2.14.1"
def jackson_version = "2.15.4"
def jaxb_api_version = "2.3.3"
def jsr305_version = "3.0.2"
def everit_json_version = "1.14.2"
Expand Down
6 changes: 6 additions & 0 deletions sdks/java/io/hadoop-format/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ dependencies {
testImplementation library.java.cassandra_driver_mapping
// TODO(yathu) bump to cassandra-5.x which uses newer jamm when released & beam runs test on Java11
testImplementation "org.apache.cassandra:cassandra-all:3.11.10"
// Pin snakeyaml version due to cassandra-all not support 2.x
testImplementation ("org.yaml:snakeyaml") {
version {
strictly '1.33'
}
}
testImplementation library.java.hadoop_common
testImplementation library.java.hadoop_hdfs
testImplementation library.java.hadoop_mapreduce_client_core
Expand Down

0 comments on commit bf0f46f

Please sign in to comment.