Skip to content

Commit

Permalink
🐛 Fix: flyway 버전 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnsugyeong committed Jul 21, 2024
1 parent 3f67327 commit 9572795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Briefing-Common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-validation'

// Flyway
implementation 'org.flywaydb:flyway-core'
implementation 'org.flywaydb:flyway-mysql'
implementation 'org.flywaydb:flyway-core:9.16.3'
implementation 'org.flywaydb:flyway-mysql:9.16.3'
}

tasks.named('test') {
Expand Down

0 comments on commit 9572795

Please sign in to comment.