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 (#271)
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.0 to 0.44.1.
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.44.0...0.44.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent e23561e commit e41448d
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.0"))
implementation(platform("org.jetbrains.exposed:exposed-bom:0.44.1"))
implementation("org.jetbrains.exposed", "exposed-core")
implementation("org.jetbrains.exposed", "exposed-dao")
implementation("org.jetbrains.exposed", "exposed-jdbc")
Expand Down

0 comments on commit e41448d

Please sign in to comment.