diff --git a/build.gradle.kts b/build.gradle.kts index 5dcb940..63b38a3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0") implementation("org.mariadb.jdbc:mariadb-java-client:3.5.7") implementation("org.jetbrains.exposed:exposed-core:0.61.0") - implementation("org.jetbrains.exposed:exposed-jdbc:0.61.0") + implementation("org.jetbrains.exposed:exposed-jdbc:1.0.0") testImplementation(kotlin("test")) testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")