We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686885b commit 3bc67d9Copy full SHA for 3bc67d9
build.gradle.kts
@@ -122,7 +122,7 @@ dependencies {
122
implementation("org.springframework.boot:spring-boot-starter-security")
123
implementation("org.springframework.boot:spring-boot-starter-validation")
124
implementation("org.springframework.boot:spring-boot-starter-web")
125
- implementation("software.amazon.awssdk:s3:2.40.15")
+ implementation("software.amazon.awssdk:s3:2.41.0")
126
127
testImplementation("org.springframework.boot:spring-boot-starter-test")
128
testImplementation("org.springframework.graphql:spring-graphql-test")
0 commit comments