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

wlo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gobblin.git


The following commit(s) were added to refs/heads/master by this push:
     new 78bdf9229 [GOBBLIN-1939] Bump AWS version to use a compatible version 
of Jackson with Gobblin (#3809)
78bdf9229 is described below

commit 78bdf9229445d5453b49ef9d4ef6f66749fe48e5
Author: William Lo <[email protected]>
AuthorDate: Thu Oct 26 20:12:53 2023 -0400

    [GOBBLIN-1939] Bump AWS version to use a compatible version of Jackson with 
Gobblin (#3809)
    
    * Bump AWS version to use a compatible version of jackson with Gobblin
    
    * use shared aws version
---
 gradle/scripts/defaultBuildProperties.gradle | 2 +-
 gradle/scripts/dependencyDefinitions.gradle  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle/scripts/defaultBuildProperties.gradle 
b/gradle/scripts/defaultBuildProperties.gradle
index f7b5f9cb1..5c3f039c3 100644
--- a/gradle/scripts/defaultBuildProperties.gradle
+++ b/gradle/scripts/defaultBuildProperties.gradle
@@ -24,7 +24,7 @@ def BuildProperties BUILD_PROPERTIES = new 
BuildProperties(project)
     .register(new BuildProperty("nexusArtifactRepository", 
"https://repository.apache.org/service/local/staging/deploy/maven2";, "Maven 
repository to publish artifacts"))
     .register(new BuildProperty("nexusArtifactSnapshotRepository", 
"https://repository.apache.org/content/repositories/snapshots";, "Maven 
repository to publish artifacts"))
     .register(new BuildProperty("avroVersion", "1.9.2", "Avro dependencies 
version"))
-    .register(new BuildProperty("awsVersion", "1.11.8", "AWS dependencies 
version"))
+    .register(new BuildProperty("awsVersion", "1.12.129", "AWS dependencies 
version"))
     .register(new BuildProperty("bytemanVersion", "4.0.5", "Byteman 
dependencies version"))
     .register(new BuildProperty("confluentVersion", "2.0.1", "confluent 
dependencies version"))
     .register(new BuildProperty("doNotSignArtifacts", false, "Do not sight 
Maven artifacts"))
diff --git a/gradle/scripts/dependencyDefinitions.gradle 
b/gradle/scripts/dependencyDefinitions.gradle
index 8a395926b..4d962818d 100644
--- a/gradle/scripts/dependencyDefinitions.gradle
+++ b/gradle/scripts/dependencyDefinitions.gradle
@@ -17,7 +17,7 @@
 
 dependencyManagement {
   imports {
-    mavenBom 'com.amazonaws:aws-java-sdk-bom:1.11.8'
+    mavenBom 'com.amazonaws:aws-java-sdk-bom:' + awsVersion
   }
 }
 

Reply via email to