diff --git a/build.gradle.kts b/build.gradle.kts index 651936b..8b7a285 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { // Database implementation("com.zaxxer:HikariCP:3.4.5") implementation("org.jetbrains.exposed:exposed-core:0.25.1") - implementation("org.jetbrains.exposed:exposed-dao:0.25.1") + implementation("org.jetbrains.exposed:exposed-dao:0.41.1") implementation("org.jetbrains.exposed:exposed-jdbc:0.25.1") implementation("org.postgresql:postgresql:42.2.18")