Skip to content

Commit

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

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

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

---
updated-dependencies:
- dependency-name: org.jetbrains.exposed:exposed-dao
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent eb1e953 commit 3d159eb
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
@@ -1,7 +1,7 @@
[versions]
kotlin = "2.0.0"
serialization = "1.7.1"
exposed = "0.52.0"
exposed = "0.53.0"

[libraries]
serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "serialization" }
Expand Down

0 comments on commit 3d159eb

Please sign in to comment.