Skip to content

Commit ec6f145

Browse files
Bump org.jetbrains.exposed:exposed-core from 0.55.0 to 0.56.0 (#28)
Bumps [org.jetbrains.exposed:exposed-core](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-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Gregory Mitchell <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gregory Mitchell <[email protected]>
1 parent b7f76e7 commit ec6f145

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("io.github.cdancy:jenkins-rest:1.0.2")
2929
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.0")
30-
implementation("org.jetbrains.exposed:exposed-core:0.55.0")
30+
implementation("org.jetbrains.exposed:exposed-core:0.56.0")
3131
implementation("org.jetbrains.exposed:exposed-jdbc:0.56.0")
3232

3333
testImplementation(kotlin("test"))

0 commit comments

Comments
 (0)