From f41a2b54b7f5eda3b45d775a5559bf0fb717d07a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:56:10 -0700 Subject: [PATCH] Bump software.amazon.awssdk:bom from 2.25.60 to 2.25.65 (#288) Bumps software.amazon.awssdk:bom from 2.25.60 to 2.25.65. --- 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 38729b2..d5e0562 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.25.60")) + implementation(platform("software.amazon.awssdk:bom:2.25.65")) implementation("software.amazon.awssdk:s3") testImplementation("software.amazon.awssdk:sts")