Skip to content

Commit

Permalink
Update duckdb_jdbc to 1.1.1 (#3664)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates org.duckdb:duckdb_jdbc from `1.1.0` to `1.1.1`

## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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 (1.1.0).
You might want to review and update them manually.
```
airspec/project/plugin.sbt
docs/release-notes.md
project/plugin.sbt
website/static/img/undraw_youtube_tutorial.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>
  • Loading branch information
xerial-bot authored Sep 28, 2024
1 parent 3cfec48 commit 7fb2e7a
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.1.0",
"org.duckdb" % "duckdb_jdbc" % "1.1.1",
"org.postgresql" % "postgresql" % "42.7.4",
"com.zaxxer" % "HikariCP" % "6.0.0",
// For routing slf4j log to airframe-log
Expand Down

0 comments on commit 7fb2e7a

Please sign in to comment.