Skip to content

Commit cf32c78

Browse files
authored
Update duckdb_jdbc to 0.9.2 (#3279)
## About this PR 📦 Updates org.duckdb:duckdb_jdbc from `0.9.1` to `0.9.2` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>🔍 Files still referring to the old version number</summary> The following files still refer to the old version number (0.9.1). You might want to review and update them manually. ``` docs/release-notes.md website/static/img/undraw_operating_system.svg ``` </details> <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.duckdb", artifactId = "duckdb_jdbc" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.duckdb", artifactId = "duckdb_jdbc" } }] ``` </details> <sup> labels: library-update </sup>
1 parent e5ea692 commit cf32c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ lazy val jdbc =
641641
description := "JDBC connection pool service",
642642
libraryDependencies ++= Seq(
643643
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
644-
"org.duckdb" % "duckdb_jdbc" % "0.9.1",
644+
"org.duckdb" % "duckdb_jdbc" % "0.9.2",
645645
"org.postgresql" % "postgresql" % "42.6.0",
646646
"com.zaxxer" % "HikariCP" % "5.1.0",
647647
// For routing slf4j log to airframe-log

0 commit comments

Comments
 (0)