From 1cc2d49848460fcaf7ee27e0f8da0b9a6bb628d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 12:45:23 +0000 Subject: [PATCH] fix(deps): update dependency org.jetbrains.exposed:exposed-core to v1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5dcb940..fb9c1b9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0") implementation("org.mariadb.jdbc:mariadb-java-client:3.5.7") - implementation("org.jetbrains.exposed:exposed-core:0.61.0") + implementation("org.jetbrains.exposed:exposed-core:1.0.0") implementation("org.jetbrains.exposed:exposed-jdbc:0.61.0") testImplementation(kotlin("test"))