From c17a4bfb58ac3185945b3bef9f826cb6f3aad038 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 00:32:14 +0000 Subject: [PATCH] fix(deps): update dependency org.jetbrains.exposed:exposed-jdbc 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..2e53fdb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { 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-jdbc:0.61.0") + implementation("org.jetbrains.exposed:exposed-jdbc:1.0.0") testImplementation(kotlin("test")) testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")