From 04aaa25b34945835bb1b9290f3915b2a809247d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 00:32:11 +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 9cb2a49..df49894 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"))