From dcdf8c68c6dea9fb0b682606045240a9114bc155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 19:06:08 +0000 Subject: [PATCH] Bump exposed-jdbc from 0.25.1 to 0.36.1 Bumps [exposed-jdbc](https://github.com/JetBrains/Exposed) from 0.25.1 to 0.36.1. - [Release notes](https://github.com/JetBrains/Exposed/releases) - [Changelog](https://github.com/JetBrains/Exposed/blob/master/docs/ChangeLog.md) - [Commits](https://github.com/JetBrains/Exposed/commits) --- updated-dependencies: - dependency-name: org.jetbrains.exposed:exposed-jdbc dependency-type: direct:production update-type: version-update:semver-minor ... 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..5ee2322 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.36.1") implementation("org.postgresql:postgresql:42.2.18") // Utils