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 08849494 Bump com.amazonaws:aws-java-sdk-bom from 1.12.794 to 1.12.795
(#585)
08849494 is described below
commit 08849494125d1ee6cc2b765b4737d9e0b7b3eb49
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 12 09:23:04 2025 +0100
Bump com.amazonaws:aws-java-sdk-bom from 1.12.794 to 1.12.795 (#585)
Bumps [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java)
from 1.12.794 to 1.12.795.
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.794...1.12.795)
---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-bom
dependency-version: 1.12.795
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 94e57c0f..ab459af8 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.794</version>
+ <version>1.12.795</version>
<type>pom</type>
<scope>import</scope>
</dependency>