Skip to content

Commit 1c5994e

Browse files
committed
[SPARK-51036][BUILD][TESTS] Upgrade snowflake-jdbc to 3.22.0
### 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 #49730 from dongjoon-hyun/SPARK-51036. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit a1b0f25) Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 5aaf6ea commit 1c5994e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
<mssql.jdbc.version>12.8.1.jre11</mssql.jdbc.version>
336336
<ojdbc17.version>23.6.0.24.10</ojdbc17.version>
337337
<databricks.jdbc.version>2.7.1</databricks.jdbc.version>
338-
<snowflake.jdbc.version>3.21.0</snowflake.jdbc.version>
338+
<snowflake.jdbc.version>3.22.0</snowflake.jdbc.version>
339339
<terajdbc.version>20.00.00.39</terajdbc.version>
340340
<!-- Used for SBT build to retrieve the Spark version -->
341341
<spark.version>${project.version}</spark.version>

0 commit comments

Comments
 (0)