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 b361b3d8 Bump com.amazonaws:aws-java-sdk-bom from 1.12.793 to 1.12.794
(#580)
b361b3d8 is described below
commit b361b3d879e2940cea837ec03d080f6562592cd6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 9 13:28:21 2025 +0100
Bump com.amazonaws:aws-java-sdk-bom from 1.12.793 to 1.12.794 (#580)
Bumps [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java)
from 1.12.793 to 1.12.794.
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.793...1.12.794)
---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-bom
dependency-version: 1.12.794
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 da14b3ae..94e57c0f 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.793</version>
+ <version>1.12.794</version>
<type>pom</type>
<scope>import</scope>
</dependency>