From b9acafa3777f476a7524e263901caf46fe8e7ec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Oct 2022 04:00:34 +0000 Subject: [PATCH] chore(deps): bump exposed-jdbc from 0.39.2 to 0.40.1 in /backend Bumps [exposed-jdbc](https://github.com/JetBrains/Exposed) from 0.39.2 to 0.40.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/compare/0.39.2...0.40.1) --- updated-dependencies: - dependency-name: org.jetbrains.exposed:exposed-jdbc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index 38c378e2..1b4b6dd5 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -138,7 +138,7 @@ subprojects { implementation("org.jsoup:jsoup:1.15.3") implementation("org.jetbrains.exposed:exposed-dao:0.39.2") - implementation("org.jetbrains.exposed:exposed-jdbc:0.39.2") + implementation("org.jetbrains.exposed:exposed-jdbc:0.40.1") implementation 'com.zaxxer:HikariCP:5.0.1'