From 2a0c45f64fe9209697c9875e2d25726e080e86f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:17:17 -0800 Subject: [PATCH] Bump software.amazon.awssdk:bom from 2.29.30 to 2.29.35 (#327) Bumps software.amazon.awssdk:bom from 2.29.30 to 2.29.35. --- 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 fbd2990..0ad333d 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.30")) + implementation(platform("software.amazon.awssdk:bom:2.29.35")) implementation("software.amazon.awssdk:s3") testImplementation("software.amazon.awssdk:sts")