Skip to content

Commit

Permalink
Update duckdb_jdbc to 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed May 24, 2024
1 parent 6ef2e16 commit f3b58c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ lazy val jdbc =
description := "JDBC connection pool service",
libraryDependencies ++= Seq(
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
"org.duckdb" % "duckdb_jdbc" % "0.10.2",
"org.duckdb" % "duckdb_jdbc" % "0.10.3",
"org.postgresql" % "postgresql" % "42.7.3",
"com.zaxxer" % "HikariCP" % "5.1.0",
// For routing slf4j log to airframe-log
Expand Down

0 comments on commit f3b58c5

Please sign in to comment.