From 2d66464d9dbc4526dc9cd1125b7efa2409999c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 12:51:50 +0000 Subject: [PATCH] :arrow_up: Bump software.amazon.awssdk:arns from 2.20.96 to 2.20.151 Bumps software.amazon.awssdk:arns from 2.20.96 to 2.20.151. --- 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..1bc63ef 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.151' testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"