Skip to content

Commit

Permalink
Update snowflake client driver dependency version (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-j authored Mar 8, 2024
1 parent e8ea9f9 commit 2bf2a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ configure(javaProjects) {
dependency("org.codehaus.gpars:gpars:1.2.1")
/**es 5.4.1 dependencies*/
dependency("org.elasticsearch.client:transport:5.4.1")
dependency("net.snowflake:snowflake-jdbc:3.4.2")
dependency("net.snowflake:snowflake-jdbc:3.15.0")
dependency("com.esotericsoftware.kryo:kryo:2.22")
dependency("org.apache.iceberg:iceberg-spark-runtime:${iceberg_version}")
dependency("com.datastax.cassandra:cassandra-driver-core:3.7.2")
Expand Down

0 comments on commit 2bf2a0b

Please sign in to comment.