Skip to content

Commit

Permalink
Merge pull request #105 from Route-Box/develop
Browse files Browse the repository at this point in the history
fix: mysql 버전 명시
  • Loading branch information
suyeoniii authored Dec 19, 2024
2 parents e445b32 + ce8cbec commit 31e367e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

runtimeOnly("com.h2database:h2")
runtimeOnly("com.mysql:mysql-connector-j")
runtimeOnly("mysql:mysql-connector-java:8.0.32")

implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("org.jetbrains.kotlin:kotlin-reflect")
Expand Down

0 comments on commit 31e367e

Please sign in to comment.