From 81bb3ad3316af06d1c71a0ae775e6a30109a4ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:59:41 -0700 Subject: [PATCH] Bump software.amazon.awssdk:bom from 2.26.26 to 2.26.30 (#300) Bumps software.amazon.awssdk:bom from 2.26.26 to 2.26.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 3154cb9..16bdb84 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.26.26")) + implementation(platform("software.amazon.awssdk:bom:2.26.30")) implementation("software.amazon.awssdk:s3") testImplementation("software.amazon.awssdk:sts")