Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump org.jetbrains.exposed:exposed-bom
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.exposed:exposed-bom](https://github.com/JetBrains/Exposed) from 0.44.1 to 0.46.0.
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.44.1...0.46.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.exposed:exposed-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 3a3d14a commit 47a9c80
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 @@ -51,7 +51,7 @@ dependencies {
implementation("io.sentry", "sentry-logback")

// Database
implementation(platform("org.jetbrains.exposed:exposed-bom:0.44.1"))
implementation(platform("org.jetbrains.exposed:exposed-bom:0.46.0"))
implementation("org.jetbrains.exposed", "exposed-core")
implementation("org.jetbrains.exposed", "exposed-dao")
implementation("org.jetbrains.exposed", "exposed-jdbc")
Expand Down

0 comments on commit 47a9c80

Please sign in to comment.