From e4b907983ab45e28cb1a05e916a632620e236a76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 06:41:47 +0000 Subject: [PATCH] Bump exposed-dao from 0.25.1 to 0.30.2 Bumps [exposed-dao](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..a574d4f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { // Database 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-dao:0.30.2") implementation("org.jetbrains.exposed:exposed-jdbc:0.25.1") implementation("org.postgresql:postgresql:42.2.18")