From afd9fe1c870be7a6a15ca6e24b9fab1ec530a1a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:45:32 +0000 Subject: [PATCH] Bump org.jetbrains.exposed:exposed-jdbc from 0.56.0 to 0.57.0 Bumps [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) from 0.56.0 to 0.57.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.56.0...0.57.0) --- updated-dependencies: - dependency-name: org.jetbrains.exposed:exposed-jdbc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 86ee4fb..9bf9591 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-serialization-json', version: '1.7.3' implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.5.1' implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '0.57.0' - implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.56.0' + implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.57.0' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.3' testImplementation group: 'dev.coly', name: 'JDATesting', version: '0.7.0'