You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2023/01/09 17:57:10 UTC

[airavata-mft] 01/02: Updating S3 SDK version

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

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git

commit 5c9266c5021155efa309f1818e7bcde4578bd4a4
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Mon Jan 9 12:55:51 2023 -0500

    Updating S3 SDK version
---
 transport/s3-transport/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/transport/s3-transport/pom.xml b/transport/s3-transport/pom.xml
index 4892b47..b6a4993 100644
--- a/transport/s3-transport/pom.xml
+++ b/transport/s3-transport/pom.xml
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>com.amazonaws</groupId>
             <artifactId>aws-java-sdk-s3</artifactId>
-            <version>1.11.759</version>
+            <version>1.12.372</version>
         </dependency>
     </dependencies>