From 1b4ac9f89b1596fc1d7606c44ee66eb3f11d934b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 13:12:12 +0000 Subject: [PATCH] Bump awsSdkVersion from 2.17.142 to 2.17.147 Bumps `awsSdkVersion` from 2.17.142 to 2.17.147. Updates `auth` from 2.17.142 to 2.17.147 Updates `core` from 2.17.142 to 2.17.147 - [Release notes](https://github.com/aws/aws-sdk-java-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-java-v2/compare/2.17.142...2.17.147) Updates `profiles` from 2.17.142 to 2.17.147 Updates `regions` from 2.17.142 to 2.17.147 Updates `utils` from 2.17.142 to 2.17.147 - [Release notes](https://github.com/aws/aws-sdk-java-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-java-v2/compare/2.17.142...2.17.147) Updates `kinesis` from 2.17.142 to 2.17.147 Updates `netty-nio-client` from 2.17.142 to 2.17.147 Updates `sqs` from 2.17.142 to 2.17.147 Updates `s3` from 2.17.142 to 2.17.147 --- updated-dependencies: - dependency-name: software.amazon.awssdk:auth dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:profiles dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:regions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:utils dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:kinesis dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:netty-nio-client dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:sqs dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:s3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 96bfc6f3..cfd99041 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat import org.gradle.api.tasks.testing.logging.TestLogEvent ext { - awsSdkVersion = "2.17.142" + awsSdkVersion = "2.17.147" springVersion = "5.3.15" springSecurityVersion = "5.6.2" springBootVersion = "2.5.6"