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

chore(deps): bump org.jetbrains.exposed:exposed-bom from 0.44.1 to 0.46.0 #287

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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