From f8465659cfaf46d4f3924576682664abe9f51524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 10:01:20 +0000 Subject: [PATCH] chore(deps): bump s3 from 2.17.176 to 2.17.196 Bumps s3 from 2.17.176 to 2.17.196. --- updated-dependencies: - dependency-name: software.amazon.awssdk:s3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 356029b..9189ba1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ repositories { } val springBootVersion = "2.6.7" -val awsSdkVersion = "2.17.176" +val awsSdkVersion = "2.17.196" val jcvVersion = "1.5.0" val assertkVersion = "0.25"