diff --git a/build.gradle.kts b/build.gradle.kts index ab287ce5..ef7de89a 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.45.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")