You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2021/09/07 11:42:42 UTC

[karaf-decanter] branch main updated: [KARAF-7245] Upgrade to aws-java-sdk 1.12.62

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new a42c6e0  [KARAF-7245] Upgrade to aws-java-sdk 1.12.62
     new aeffce5  Merge pull request #264 from jbonofre/KARAF-7245
a42c6e0 is described below

commit a42c6e0acb02a53c9bcb519d4b971c600a20438b
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Sep 7 10:09:40 2021 +0200

    [KARAF-7245] Upgrade to aws-java-sdk 1.12.62
---
 appender/s3/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/appender/s3/pom.xml b/appender/s3/pom.xml
index 15e96f4..672f7c4 100644
--- a/appender/s3/pom.xml
+++ b/appender/s3/pom.xml
@@ -38,7 +38,7 @@
             <dependency>
                 <groupId>com.amazonaws</groupId>
                 <artifactId>aws-java-sdk-bom</artifactId>
-                <version>1.11.837</version>
+                <version>1.12.62</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
@@ -143,4 +143,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>