Skip to content

Commit

Permalink
[SPARK-51036][BUILD][TESTS] Upgrade snowflake-jdbc to 3.22.0
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to upgrade `snowflake-jdbc` to 3.22.0.

### Why are the changes needed?

To use the latest bug fixed versions.

### Does this PR introduce _any_ user-facing change?

No. This is a test dependency upgrade.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#49730 from dongjoon-hyun/SPARK-51036.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dongjoon-hyun committed Jan 29, 2025
1 parent 5cce6e9 commit a1b0f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
<mssql.jdbc.version>12.8.1.jre11</mssql.jdbc.version>
<ojdbc17.version>23.6.0.24.10</ojdbc17.version>
<databricks.jdbc.version>2.7.1</databricks.jdbc.version>
<snowflake.jdbc.version>3.21.0</snowflake.jdbc.version>
<snowflake.jdbc.version>3.22.0</snowflake.jdbc.version>
<terajdbc.version>20.00.00.39</terajdbc.version>
<!-- Used for SBT build to retrieve the Spark version -->
<spark.version>${project.version}</spark.version>
Expand Down

0 comments on commit a1b0f25

Please sign in to comment.