Skip to content

Commit

Permalink
Bump org.jetbrains.exposed:exposed-core from 0.56.0 to 0.57.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 1d68e16 commit 7d21db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.1")
implementation("org.jetbrains.exposed:exposed-core:0.56.0")
implementation("org.jetbrains.exposed:exposed-core:0.57.0")
implementation("org.jetbrains.exposed:exposed-jdbc:0.56.0")

testImplementation(kotlin("test"))
Expand Down

0 comments on commit 7d21db4

Please sign in to comment.