From 5ca829f977df1aa20bb5a338fd2f471622fca410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 04:49:34 +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.49.0. - [Release notes](https://github.com/JetBrains/Exposed/releases) - [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md) - [Commits](https://github.com/JetBrains/Exposed/compare/0.39.2...0.49.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 49ca9af9..4549686e 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -137,7 +137,7 @@ subprojects { implementation("org.jsoup:jsoup:1.17.2") - implementation("org.jetbrains.exposed:exposed-dao:0.39.2") + implementation("org.jetbrains.exposed:exposed-dao:0.49.0") implementation("org.jetbrains.exposed:exposed-jdbc:0.39.2") implementation 'com.zaxxer:HikariCP:5.1.0'