Skip to content

Commit fb633ff

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

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
@@ -26,7 +26,7 @@ dependencies {
2626
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
2727
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
2828
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.1")
29-
implementation("org.jetbrains.exposed:exposed-core:0.56.0")
29+
implementation("org.jetbrains.exposed:exposed-core:0.57.0")
3030
implementation("org.jetbrains.exposed:exposed-jdbc:0.56.0")
3131

3232
testImplementation(kotlin("test"))

0 commit comments

Comments
 (0)