diff --git a/build.gradle.kts b/build.gradle.kts index 2625374..5b6af7b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,8 +26,8 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0") implementation("org.mariadb.jdbc:mariadb-java-client:3.5.2") - implementation("org.jetbrains.exposed:exposed-core:0.59.0") - implementation("org.jetbrains.exposed:exposed-jdbc:0.59.0") + implementation("org.jetbrains.exposed:exposed-core:0.60.0") + implementation("org.jetbrains.exposed:exposed-jdbc:0.60.0") testImplementation(kotlin("test")) testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1")