Skip to content

Commit 287e1f5

Browse files
Bump org.jetbrains.exposed:exposed-jdbc from 0.56.0 to 0.57.0 (#32)
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](JetBrains/Exposed@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gregory Mitchell <me@gmitch215.xyz>
1 parent 3e71c40 commit 287e1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
2828
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.1")
2929
implementation("org.jetbrains.exposed:exposed-core:0.57.0")
30-
implementation("org.jetbrains.exposed:exposed-jdbc:0.56.0")
30+
implementation("org.jetbrains.exposed:exposed-jdbc:0.57.0")
3131

3232
testImplementation(kotlin("test"))
3333
}

0 commit comments

Comments
 (0)