From 4c7acd9b816052bf84b369cf50f629a20b95c3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:15:17 +0000 Subject: [PATCH] Bump org.jetbrains.exposed:exposed-core from 0.53.0 to 0.54.0 Bumps [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) from 0.53.0 to 0.54.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.53.0...0.54.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 50a9d9c..ccd6b3c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2") implementation("io.github.cdancy:jenkins-rest:1.0.2") implementation("org.mariadb.jdbc:mariadb-java-client:3.4.1") - implementation("org.jetbrains.exposed:exposed-core:0.53.0") + implementation("org.jetbrains.exposed:exposed-core:0.54.0") implementation("org.jetbrains.exposed:exposed-jdbc:0.53.0") testImplementation(kotlin("test"))