diff --git a/build.gradle.kts b/build.gradle.kts index 09fa8d6..ae2c684 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.49.0")) implementation("org.jetbrains.exposed", "exposed-core") implementation("org.jetbrains.exposed", "exposed-dao") implementation("org.jetbrains.exposed", "exposed-jdbc")