diff --git a/build.gradle.kts b/build.gradle.kts index 270478649..0bda6b6dc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0") implementation("org.jetbrains.exposed:exposed-core:0.47.0") - implementation("org.jetbrains.exposed:exposed-dao:0.47.0") + implementation("org.jetbrains.exposed:exposed-dao:0.48.0") implementation("org.jetbrains.exposed:exposed-jdbc:0.47.0") }