diff --git a/build.gradle.kts b/build.gradle.kts index fc24c181..567e1563 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion") implementation("org.jetbrains.exposed", "exposed-core", "0.43.0") - implementation("org.jetbrains.exposed", "exposed-dao", "0.43.0") + implementation("org.jetbrains.exposed", "exposed-dao", "0.49.0") implementation("org.jetbrains.exposed", "exposed-jdbc", "0.43.0") implementation("org.jetbrains.exposed", "exposed-kotlin-datetime", "0.43.0") implementation("com.h2database", "h2", "2.2.224")