starlake-ai / starlake

Declarative text based tool for data analysts and engineers to extract, load, transform and orchestrate their data pipelines.
http://starlake.ai/
Apache License 2.0
57 stars 22 forks source link

Update duckdb_jdbc to 1.1.0 #1012

Closed scala-steward closed 2 months ago

scala-steward commented 2 months ago

About this PR

📦 Updates org.duckdb:duckdb_jdbc from 1.0.0 to 1.1.0

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 file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version number The following files still refer to the old version number (1.0.0). You might want to review and update them manually. ``` CHANGELOG.md samples/bigquery/sl_versions.cmd samples/bigquery/sl_versions.sh samples/snowflake/sl_versions.cmd samples/snowflake/sl_versions.sh samples/templates/bigquery/sl_versions.cmd samples/templates/bigquery/sl_versions.sh samples/templates/postgres/sl_versions.cmd samples/templates/postgres/sl_versions.sh samples/templates/snowflake-spark-loader/sl_versions.cmd samples/templates/snowflake-spark-loader/sl_versions.sh samples/templates/snowflake-spark/sl_versions.cmd samples/templates/snowflake-spark/sl_versions.sh samples/templates/snowflake/sl_versions.cmd samples/templates/snowflake/sl_versions.sh src/main/java/Setup.java src/main/python/starlake-airflow/README.md src/main/python/starlake-dagster/README.md ```
⚙ Adjust future updates 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" } }] ```

labels: library-update, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:1