Skip to content

Commit

Permalink
Update duckdb_jdbc to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Sep 10, 2024
1 parent 32337ad commit 3927b8a
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" % "1.0.0",
"org.duckdb" % "duckdb_jdbc" % "1.1.0",
"org.postgresql" % "postgresql" % "42.7.4",
"com.zaxxer" % "HikariCP" % "5.1.0",
// For routing slf4j log to airframe-log
Expand Down

0 comments on commit 3927b8a

Please sign in to comment.