diff --git a/backend/build.gradle b/backend/build.gradle index 4eaf9db2..df66f71c 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -138,7 +138,7 @@ subprojects { implementation("org.jsoup:jsoup:1.17.2") implementation("org.jetbrains.exposed:exposed-dao:0.39.2") - implementation("org.jetbrains.exposed:exposed-jdbc:0.39.2") + implementation("org.jetbrains.exposed:exposed-jdbc:0.50.1") implementation 'com.zaxxer:HikariCP:5.1.0'