From efcefcbad187a37a98a4e2ddb06e4040a7df90b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jan 2021 22:29:14 +0000 Subject: [PATCH] Bump exposed-jdbc from 0.25.1 to 0.28.1 Bumps exposed-jdbc from 0.25.1 to 0.28.1. Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 651936b..fbf7556 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ dependencies { implementation("com.zaxxer:HikariCP:3.4.5") implementation("org.jetbrains.exposed:exposed-core:0.25.1") implementation("org.jetbrains.exposed:exposed-dao:0.25.1") - implementation("org.jetbrains.exposed:exposed-jdbc:0.25.1") + implementation("org.jetbrains.exposed:exposed-jdbc:0.28.1") implementation("org.postgresql:postgresql:42.2.18") // Utils