From 4496289770d47492ed257ed0d618a02fc3c2d97f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 06:43:10 +0000 Subject: [PATCH] Bump exposed-core from 0.25.1 to 0.30.2 Bumps [exposed-core](https://github.com/JetBrains/Exposed) from 0.25.1 to 0.30.2. - [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/compare/0.25.1...0.30.2) 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..c570ecc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { // Database implementation("com.zaxxer:HikariCP:3.4.5") - implementation("org.jetbrains.exposed:exposed-core:0.25.1") + implementation("org.jetbrains.exposed:exposed-core:0.30.2") implementation("org.jetbrains.exposed:exposed-dao:0.25.1") implementation("org.jetbrains.exposed:exposed-jdbc:0.25.1") implementation("org.postgresql:postgresql:42.2.18")