From d034d6c9ea8623f75883be02a4f47713b663672e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:04:24 +0900 Subject: [PATCH] Bump software.amazon.awssdk:bom from 2.29.24 to 2.29.30 (#325) Bumps software.amazon.awssdk:bom from 2.29.24 to 2.29.30. --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f575683..fbd2990 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactive") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test") - implementation(platform("software.amazon.awssdk:bom:2.29.24")) + implementation(platform("software.amazon.awssdk:bom:2.29.30")) implementation("software.amazon.awssdk:s3") testImplementation("software.amazon.awssdk:sts")