Skip to content

Commit

Permalink
[GOBBLIN-1939] Bump AWS version to use a compatible version of Jackso…
Browse files Browse the repository at this point in the history
…n with Gobblin (#3809)

* Bump AWS version to use a compatible version of jackson with Gobblin

* use shared aws version
  • Loading branch information
Will-Lo authored Oct 27, 2023
1 parent dce9e25 commit 78bdf92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/scripts/defaultBuildProperties.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down
2 changes: 1 addition & 1 deletion gradle/scripts/dependencyDefinitions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

dependencyManagement {
imports {
mavenBom 'com.amazonaws:aws-java-sdk-bom:1.11.8'
mavenBom 'com.amazonaws:aws-java-sdk-bom:' + awsVersion
}
}

Expand Down

0 comments on commit 78bdf92

Please sign in to comment.