From 35691b1a4cbdc481c2956232ba5a9dae9f668929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 04:02:19 +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 1.1.1. - [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...1.1.1) --- updated-dependencies: - dependency-name: org.jetbrains.exposed:exposed-jdbc dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/build.gradle b/backend/build.gradle index be4a86e7..f0fbb52f 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -137,8 +137,8 @@ subprojects { implementation("org.jsoup:jsoup:1.22.1") - implementation("org.jetbrains.exposed:exposed-dao:0.39.2") - implementation("org.jetbrains.exposed:exposed-jdbc:0.39.2") + implementation("org.jetbrains.exposed:exposed-dao:1.1.1") + implementation("org.jetbrains.exposed:exposed-jdbc:1.1.1") implementation 'com.zaxxer:HikariCP:7.0.2'