This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch revert-31473-jackson215
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 3622973c8531e2b131a4a2186a1ec31cdbf5362a
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Wed Jun 12 11:57:24 2024 +0200

    Revert "Bump Jackson databind to 2.15 (#31473)"
    
    This reverts commit fa4ead99a6b2cd5b50f9efed99016c215061e2d4.
---
 buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
 sdks/java/container/license_scripts/dep_urls_java.yaml                  | 2 +-
 sdks/java/io/cdap/build.gradle                                          | 2 ++
 3 files changed, 4 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 65fcf733340..093e2fc7374 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -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.15.4"
+    def jackson_version = "2.14.1"
     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 e0b78f209b0..c3a3fd2708f 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.15.4':
+  '2.14.1':
     license: 
"https://raw.githubusercontent.com/FasterXML/jackson-bom/master/LICENSE";
     type: "Apache License 2.0"
 junit-dep:
diff --git a/sdks/java/io/cdap/build.gradle b/sdks/java/io/cdap/build.gradle
index ae701448fd6..cda4896a37c 100644
--- a/sdks/java/io/cdap/build.gradle
+++ b/sdks/java/io/cdap/build.gradle
@@ -70,6 +70,8 @@ dependencies {
     testImplementation library.java.mockito_core
     testImplementation library.java.testcontainers_postgresql
     testImplementation project(path: ":sdks:java:extensions:avro", 
configuration: "testRuntimeMigration")
+    testImplementation project(path: ":sdks:java:io:hadoop-common", 
configuration: "testRuntimeMigration")
+    testImplementation project(path: ":sdks:java:io:hadoop-format", 
configuration: "testRuntimeMigration")
     testImplementation project(path: ":sdks:java:testing:test-utils", 
configuration: "testRuntimeMigration")
     testImplementation project(path: ":runners:direct-java", configuration: 
"shadow")
     testImplementation project(path: ":sdks:java:io:common", configuration: 
"testRuntimeMigration")

Reply via email to