From 1c65f6771e13f9e5853909238f1cb2f8efd3c9a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 20:34:52 +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.54.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.54.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 491fa79a..05ce6406 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.54.0") implementation("org.jetbrains.exposed:exposed-jdbc:0.39.2") implementation 'com.zaxxer:HikariCP:5.1.0'