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 629b9cc8c [GOBBLIN-1943] Use AWS version 1.12.261 to fix a security
vulnerability in the previous version (#3813)
629b9cc8c is described below
commit 629b9cc8ca292c6b4ad4e22d231100f7f3ae7a28
Author: William Lo <[email protected]>
AuthorDate: Mon Oct 30 12:34:47 2023 -0400
[GOBBLIN-1943] Use AWS version 1.12.261 to fix a security vulnerability in
the previous version (#3813)
---
gradle/scripts/defaultBuildProperties.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/scripts/defaultBuildProperties.gradle
b/gradle/scripts/defaultBuildProperties.gradle
index 5c3f039c3..a2668660c 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.12.129", "AWS dependencies
version"))
+ .register(new BuildProperty("awsVersion", "1.12.261", "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"))