From 47fa72f3cafc580b75585f41bcdab9bea88c13de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 01:08:22 +0000 Subject: [PATCH] fix(deps): update dependency software.amazon.awssdk:s3 to v2.25.47 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e5b946b5..544ac4ab 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -204,7 +204,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-data-mongodb-reactive") implementation("org.jetbrains.exposed:exposed-spring-boot-starter:$exposed_version") implementation("io.trbl:blurhash:1.0.0") - implementation("software.amazon.awssdk:s3:2.25.45") + implementation("software.amazon.awssdk:s3:2.25.47") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:$coroutines_version") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:$coroutines_version")