diff --git a/build.gradle.kts b/build.gradle.kts index 0a640ec..60ea3d3 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.44.1")) + implementation(platform("org.jetbrains.exposed:exposed-bom:0.47.0")) implementation("org.jetbrains.exposed", "exposed-core") implementation("org.jetbrains.exposed", "exposed-dao") implementation("org.jetbrains.exposed", "exposed-jdbc")