From f941a8446871ffb422052f5adfb06fbc2910df2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 13:07:37 +0000 Subject: [PATCH] :arrow_up: Bump software.amazon.awssdk:arns from 2.20.96 to 2.20.157 Bumps software.amazon.awssdk:arns from 2.20.96 to 2.20.157. --- updated-dependencies: - dependency-name: software.amazon.awssdk:arns 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 f1752fa..99056cc 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ repositories { dependencies { implementation 'org.hibernate.validator:hibernate-validator:8.0.1.Final' implementation 'commons-validator:commons-validator:1.7' - implementation 'software.amazon.awssdk:arns:2.20.96' + implementation 'software.amazon.awssdk:arns:2.20.157' testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"