diff --git a/build.gradle.kts b/build.gradle.kts index 0895a6b..ba421d9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -51,7 +51,7 @@ dependencies { implementation("io.sentry", "sentry-logback") // Database - implementation(platform("org.jetbrains.exposed:exposed-bom:0.47.0")) + implementation(platform("org.jetbrains.exposed:exposed-bom:0.50.1")) implementation("org.jetbrains.exposed", "exposed-core") implementation("org.jetbrains.exposed", "exposed-dao") implementation("org.jetbrains.exposed", "exposed-jdbc")