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 2023/02/06 08:22:56 UTC

[karaf-decanter] branch main updated: [KARAF-7663] Upgrade to aws-java-sdk 1.12.396

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 1e514c4b [KARAF-7663] Upgrade to aws-java-sdk 1.12.396
     new c2cd7479 Merge pull request #313 from jbonofre/KARAF-7663
1e514c4b is described below

commit 1e514c4b790b1efc7336ba5ba4c9c4b2d7bbff8c
Author: JB Onofré <jb...@dremio.com>
AuthorDate: Fri Feb 3 17:58:02 2023 +0100

    [KARAF-7663] Upgrade to aws-java-sdk 1.12.396
---
 appender/s3/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appender/s3/pom.xml b/appender/s3/pom.xml
index b1f84b1e..e72d6ab3 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.12.136</version>
+                <version>1.12.396</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>