From a3fbda3220a16da12261e55899e8dddc84a7e401 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:22:02 +0000 Subject: [PATCH] Update all non-major dependencies to v0.58.0 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c06d53a..1f6c79d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,8 +26,8 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0") implementation("org.mariadb.jdbc:mariadb-java-client:3.5.1") - implementation("org.jetbrains.exposed:exposed-core:0.57.0") - implementation("org.jetbrains.exposed:exposed-jdbc:0.57.0") + implementation("org.jetbrains.exposed:exposed-core:0.58.0") + implementation("org.jetbrains.exposed:exposed-jdbc:0.58.0") testImplementation(kotlin("test")) }