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

Commit df0b2ad

Browse files
fix(deps): update dependency org.jdbi:jdbi3-bom to v3.34.0
1 parent c41c345 commit df0b2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datastore/sql/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
implementation(project(":core"))
1010
implementation("com.google.guava:guava:21.0")
1111

12-
implementation(platform("org.jdbi:jdbi3-bom:3.18.0"))
12+
implementation(platform("org.jdbi:jdbi3-bom:3.34.0"))
1313
implementation("org.jdbi:jdbi3-core")
1414
implementation("org.jdbi:jdbi3-postgres")
1515
implementation("org.jdbi:jdbi3-sqlite")

0 commit comments

Comments
 (0)