diff --git a/build.gradle.kts b/build.gradle.kts index 8433d2d..6fe3e8c 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.41.1")) + implementation(platform("org.jetbrains.exposed:exposed-bom:0.42.0")) implementation("org.jetbrains.exposed", "exposed-core") implementation("org.jetbrains.exposed", "exposed-dao") implementation("org.jetbrains.exposed", "exposed-jdbc")