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 e76db47b Bump com.amazonaws:aws-java-sdk-bom from 1.12.795 to 1.12.796
(#590)
e76db47b is described below
commit e76db47bc92a9eadac433cb1044e71468d3902fb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 25 08:11:36 2025 +0100
Bump com.amazonaws:aws-java-sdk-bom from 1.12.795 to 1.12.796 (#590)
Bumps [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java)
from 1.12.795 to 1.12.796.
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.795...1.12.796)
---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-bom
dependency-version: 1.12.796
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 ab459af8..15720d0c 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.795</version>
+ <version>1.12.796</version>
<type>pom</type>
<scope>import</scope>
</dependency>