From 82bda95b430fd39e6720a3d05952c0f8d53154a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:34:19 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.exposed:exposed-core Bumps [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) from 0.57.0 to 0.58.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.57.0...0.58.0) --- updated-dependencies: - dependency-name: org.jetbrains.exposed:exposed-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b4f00d85e..693511c45 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1") - implementation("org.jetbrains.exposed:exposed-core:0.57.0") + implementation("org.jetbrains.exposed:exposed-core:0.58.0") implementation("org.jetbrains.exposed:exposed-dao:0.57.0") implementation("org.jetbrains.exposed:exposed-jdbc:0.57.0")