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

Commit

Permalink
fix(deps): update dependency org.jdbi:jdbi3-bom to v3.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent c41c345 commit 49d5e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datastore/sql/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation(project(":core"))
implementation("com.google.guava:guava:21.0")

implementation(platform("org.jdbi:jdbi3-bom:3.18.0"))
implementation(platform("org.jdbi:jdbi3-bom:3.44.0"))
implementation("org.jdbi:jdbi3-core")
implementation("org.jdbi:jdbi3-postgres")
implementation("org.jdbi:jdbi3-sqlite")
Expand Down

0 comments on commit 49d5e3b

Please sign in to comment.