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 83832a6  [KARAF-7344] Upgrade to aws-java-sdk 1.12.136
     new 27a84a8  Merge pull request #281 from jbonofre/KARAF-7344
83832a6 is described below

commit 83832a6520cfb827ea81c5049e4ba6594ee57e73
Author: Jean-Baptiste Onofré <jbono...@apache.org>
AuthorDate: Mon Jan 31 11:02:04 2022 +0100

    [KARAF-7344] Upgrade to aws-java-sdk 1.12.136
---
 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 62cf4a0..a18b17c 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.62</version>
+                <version>1.12.136</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

Reply via email to