Skip to content

Commit

Permalink
Bump org.jetbrains.exposed:exposed-jdbc from 0.56.0 to 0.57.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tiagohm committed Dec 6, 2024
1 parent 08b90a8 commit db4ca25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencyResolutionManagement {
library("xz", "org.tukaani:xz:1.10")
library("xml", "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.2")
library("exposed-core", "org.jetbrains.exposed:exposed-core:0.57.0")
library("exposed-jdbc", "org.jetbrains.exposed:exposed-jdbc:0.56.0")
library("exposed-jdbc", "org.jetbrains.exposed:exposed-jdbc:0.57.0")
library("sqlite", "org.xerial:sqlite-jdbc:3.47.1.0")
library("logback", "ch.qos.logback:logback-classic:1.5.12")
library("kotest-assertions-core", "io.kotest:kotest-assertions-core:5.9.1")
Expand Down

0 comments on commit db4ca25

Please sign in to comment.