Skip to content

Commit

Permalink
[api]: Bump org.jetbrains.exposed:exposed-core from 0.55.0 to 0.56.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.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tiagohm committed Oct 31, 2024
1 parent 4e27701 commit d54729b
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 @@ -38,7 +38,7 @@ dependencyResolutionManagement {
library("airline", "com.github.rvesse:airline:3.0.0")
library("h2", "com.h2database:h2:2.3.232")
library("flyway", "org.flywaydb:flyway-core:10.20.1")
library("exposed-core", "org.jetbrains.exposed:exposed-core:0.55.0")
library("exposed-core", "org.jetbrains.exposed:exposed-core:0.56.0")
library("exposed-jdbc", "org.jetbrains.exposed:exposed-jdbc:0.55.0")
library("kotest", "io.kotest:kotest-assertions-core:5.9.1")
library("junit-api", "org.junit.jupiter:junit-jupiter-api:5.11.3")
Expand Down

0 comments on commit d54729b

Please sign in to comment.