Skip to content

Commit

Permalink
Bump exposed from 0.32.1 to 0.55.0
Browse files Browse the repository at this point in the history
Bumps `exposed` from 0.32.1 to 0.55.0.

Updates `org.jetbrains.exposed:exposed-core` from 0.32.1 to 0.55.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.32.1...0.55.0)

Updates `org.jetbrains.exposed:exposed-jdbc` from 0.32.1 to 0.55.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.32.1...0.55.0)

Updates `org.jetbrains.exposed:exposed-java-time` from 0.32.1 to 0.55.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.32.1...0.55.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.exposed:exposed-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.exposed:exposed-java-time
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2024
1 parent f15b4e5 commit ae37884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlinx-serialization = "1.7.3"
jackson = "2.18.0"
ktor = "2.3.12"
junit-jupiter = "5.11.2"
exposed = "0.32.1"
exposed = "0.55.0"

[plugins]
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
Expand Down

0 comments on commit ae37884

Please sign in to comment.