Skip to content

Commit 3bc67d9

Browse files
fix(deps): update dependency software.amazon.awssdk:s3 to v2.41.0
1 parent 686885b commit 3bc67d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ dependencies {
122122
implementation("org.springframework.boot:spring-boot-starter-security")
123123
implementation("org.springframework.boot:spring-boot-starter-validation")
124124
implementation("org.springframework.boot:spring-boot-starter-web")
125-
implementation("software.amazon.awssdk:s3:2.40.15")
125+
implementation("software.amazon.awssdk:s3:2.41.0")
126126

127127
testImplementation("org.springframework.boot:spring-boot-starter-test")
128128
testImplementation("org.springframework.graphql:spring-graphql-test")

0 commit comments

Comments
 (0)