Skip to content

Commit

Permalink
[Chore] gradle 수정(#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjk4618 committed Jun 19, 2024
1 parent 4109028 commit f04420a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions carrotMarket/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
runtimeOnly 'com.h2database:h2'

//Multipart file
implementation("software.amazon.awssdk:bom:2.21.0")
implementation("software.amazon.awssdk:s3:2.21.0")
// AWS
implementation(platform("software.amazon.awssdk:bom:2.21.1"))
implementation("software.amazon.awssdk:s3")
}

tasks.named('test') {
Expand Down

0 comments on commit f04420a

Please sign in to comment.