Skip to content

Commit

Permalink
[CHORE] Update build.gradle
Browse files Browse the repository at this point in the history
mysql version 지정
  • Loading branch information
bbabbi authored Oct 17, 2024
1 parent 9426451 commit 6963d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation("software.amazon.awssdk:s3:2.21.0")
//actuator
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'mysql:mysql-connector-java'
implementation 'mysql:mysql-connector-java:8.0.35'
}

tasks.named('test') {
Expand Down

0 comments on commit 6963d71

Please sign in to comment.