Skip to content

Commit 2562c15

Browse files
Bump org.jetbrains.exposed:exposed-jdbc from 0.55.0 to 0.56.0
Bumps [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) from 0.55.0 to 0.56.0. - [Release notes](https://github.com/JetBrains/Exposed/releases) - [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md) - [Commits](JetBrains/Exposed@0.55.0...0.56.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] <[email protected]>
1 parent 14d6335 commit 2562c15

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
@@ -28,7 +28,7 @@ dependencies {
2828
implementation("io.github.cdancy:jenkins-rest:1.0.2")
2929
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.0")
3030
implementation("org.jetbrains.exposed:exposed-core:0.55.0")
31-
implementation("org.jetbrains.exposed:exposed-jdbc:0.55.0")
31+
implementation("org.jetbrains.exposed:exposed-jdbc:0.56.0")
3232

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

0 commit comments

Comments
 (0)