Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Update dependency org.jetbrains.exposed:exposed-bom to v0.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2022
1 parent c5f4a74 commit f703bef
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 @@ -152,7 +152,7 @@ dependencies {
implementation("io.lettuce:lettuce-core:6.2.1.RELEASE")

// PostgreSQL (for holding API keys)
api(platform("org.jetbrains.exposed:exposed-bom:0.39.2"))
api(platform("org.jetbrains.exposed:exposed-bom:0.40.1"))
implementation("org.jetbrains.exposed:exposed-kotlin-datetime")
implementation("org.jetbrains.exposed:exposed-core")
implementation("org.jetbrains.exposed:exposed-jdbc")
Expand Down

0 comments on commit f703bef

Please sign in to comment.