From eaae4f94a9bb61120739f5c5216e4d18cd24db83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 08:13:36 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.exposed:exposed-jdbc in /backend Bumps [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) from 0.39.2 to 0.60.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.60.0) --- 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 f7a43707..17901fa5 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -138,7 +138,7 @@ subprojects { implementation("org.jsoup:jsoup:1.19.1") 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.60.0") implementation 'com.zaxxer:HikariCP:6.3.0'