From 81e6a3c81aaf13d189d9e748a2c26d5a06b4fe0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 04:48:02 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.exposed:exposed-dao in /backend Bumps [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) from 0.39.2 to 0.53.0. - [Release notes](https://github.com/JetBrains/Exposed/releases) - [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md) - [Commits](https://github.com/JetBrains/Exposed/compare/0.39.2...0.53.0) --- updated-dependencies: - dependency-name: org.jetbrains.exposed:exposed-dao 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 3017c3b1..cd6a1b59 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -137,7 +137,7 @@ subprojects { implementation("org.jsoup:jsoup:1.18.1") - implementation("org.jetbrains.exposed:exposed-dao:0.39.2") + implementation("org.jetbrains.exposed:exposed-dao:0.53.0") implementation("org.jetbrains.exposed:exposed-jdbc:0.39.2") implementation 'com.zaxxer:HikariCP:5.1.0'