This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new 17dca30a Bump aws.version from 1.12.778 to 1.12.779
17dca30a is described below
commit 17dca30aea85d322e9b9da3f82be273b52b72aa6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 2 04:02:15 2024 +0000
Bump aws.version from 1.12.778 to 1.12.779
Bumps `aws.version` from 1.12.778 to 1.12.779.
Updates `com.amazonaws:aws-java-sdk-cloudsearch` from 1.12.778 to 1.12.779
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.778...1.12.779)
Updates `com.amazonaws:aws-java-sdk-s3` from 1.12.778 to 1.12.779
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.12.778...1.12.779)
---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-cloudsearch
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.amazonaws:aws-java-sdk-s3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
external/aws/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/aws/pom.xml b/external/aws/pom.xml
index 2217b862..7002821e 100644
--- a/external/aws/pom.xml
+++ b/external/aws/pom.xml
@@ -37,7 +37,7 @@ under the License.
<description>AWS resources for StormCrawler</description>
<properties>
- <aws.version>1.12.778</aws.version>
+ <aws.version>1.12.779</aws.version>
</properties>
<dependencies>