From 4199387c7ce6939b43f08b5f4aafb4b215776c32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 20:17:12 +0000 Subject: [PATCH] Update dependency org.jetbrains.exposed:exposed-dao to v0.48.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index be462418..1b52a271 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion") implementation("org.jetbrains.exposed", "exposed-core", "0.43.0") - implementation("org.jetbrains.exposed", "exposed-dao", "0.43.0") + implementation("org.jetbrains.exposed", "exposed-dao", "0.48.0") implementation("org.jetbrains.exposed", "exposed-jdbc", "0.43.0") implementation("org.jetbrains.exposed", "exposed-kotlin-datetime", "0.43.0") implementation("com.h2database", "h2", "2.2.224")