Skip to content

Commit

Permalink
Update Mysql Connector Version
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger committed Mar 19, 2024
1 parent 5eab320 commit 1a828e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shorts-domain/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {
api(project(":shorts-common"))

api("org.springframework.boot:spring-boot-starter-data-jpa")
runtimeOnly("com.mysql:mysql-connector-j")
api("com.mysql:mysql-connector-j:8.0.33")

// jasypt
api("com.github.ulisesbocchio:jasypt-spring-boot-starter:3.0.3")
Expand Down

0 comments on commit 1a828e9

Please sign in to comment.