Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 20698d7

Browse files
chore(deps): bump org.jetbrains.exposed:exposed-bom
Bumps [org.jetbrains.exposed:exposed-bom](https://github.com/JetBrains/Exposed) from 0.47.0 to 0.60.0. - [Release notes](https://github.com/JetBrains/Exposed/releases) - [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md) - [Commits](JetBrains/Exposed@0.47.0...0.60.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] <support@github.com>
1 parent 8f2aa8c commit 20698d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
implementation("io.sentry", "sentry-logback")
5252

5353
// Database
54-
implementation(platform("org.jetbrains.exposed:exposed-bom:0.47.0"))
54+
implementation(platform("org.jetbrains.exposed:exposed-bom:0.60.0"))
5555
implementation("org.jetbrains.exposed", "exposed-core")
5656
implementation("org.jetbrains.exposed", "exposed-dao")
5757
implementation("org.jetbrains.exposed", "exposed-jdbc")

0 commit comments

Comments
 (0)