From ae9b175bb209ae66088fe8cb1b0b3dc3742eb731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 05:28:46 +0000 Subject: [PATCH] Bump org.jetbrains.exposed:exposed-dao from 1.2.0 to 1.3.0 Bumps [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) from 1.2.0 to 1.3.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/1.2.0...1.3.0) --- updated-dependencies: - dependency-name: org.jetbrains.exposed:exposed-dao dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index b8130302..ddae8ee8 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -58,9 +58,9 @@ dependencies { implementation("com.google.auto.service:auto-service-annotations:1.1.1") kapt("com.google.auto.service:auto-service:1.1.1") - implementation("org.jetbrains.exposed:exposed-core:1.2.0") - implementation("org.jetbrains.exposed:exposed-dao:1.2.0") - implementation("org.jetbrains.exposed:exposed-jdbc:1.2.0") + implementation("org.jetbrains.exposed:exposed-core:1.3.0") + implementation("org.jetbrains.exposed:exposed-dao:1.3.0") + implementation("org.jetbrains.exposed:exposed-jdbc:1.3.0") implementation("com.h2database:h2:2.4.240")