From 1e85e70ed1d8b01e839c4aff71d3bf5637eceac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 01:41:49 +0000 Subject: [PATCH] build(deps): bump software.amazon.awssdk:bom from 2.29.45 to 2.30.16 Bumps software.amazon.awssdk:bom from 2.29.45 to 2.30.16. --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- SpringBootDynamo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpringBootDynamo/build.gradle b/SpringBootDynamo/build.gradle index e1b29555..ac216302 100644 --- a/SpringBootDynamo/build.gradle +++ b/SpringBootDynamo/build.gradle @@ -6,7 +6,7 @@ repositories { } dependencies { - implementation platform('software.amazon.awssdk:bom:2.29.45') + implementation platform('software.amazon.awssdk:bom:2.30.16') implementation 'software.amazon.awssdk:dynamodb' implementation 'org.springframework.boot:spring-boot-starter-web'