Skip to content

Commit

Permalink
refactor(mysql): update mysql connector coordinate (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-agrawal authored Jun 4, 2024
1 parent 8d264e1 commit 77dfc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kayenta-sql/kayenta-sql.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ dependencies {
implementation project(":kayenta-core")
implementation "org.springframework.boot:spring-boot-starter-data-jpa"
implementation "org.liquibase:liquibase-core:4.20.0"
runtimeOnly "mysql:mysql-connector-java:8.0.25"
runtimeOnly "com.mysql:mysql-connector-j"
runtimeOnly "org.postgresql:postgresql"
}

0 comments on commit 77dfc70

Please sign in to comment.