Skip to content

Commit

Permalink
upgrade jdbc to 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli committed May 13, 2024
1 parent 08a3946 commit 968daa3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ ClusterTest/target/
ClusterTest/project/target
ClusterTest/src/main/python/*.pyc
.bsp/
.bloop/
.metals/
.vscode/
project/metals.sbt
project/project
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ lazy val root = project.withId("spark-snowflake").in(file("."))
"Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
libraryDependencies ++= Seq(
"net.snowflake" % "snowflake-ingest-sdk" % "0.10.8",
"net.snowflake" % "snowflake-jdbc" % "3.14.4",
"net.snowflake" % "snowflake-jdbc" % "3.16.0",
"org.scalatest" %% "scalatest" % "3.1.1" % Test,
"org.mockito" % "mockito-core" % "1.10.19" % Test,
"org.apache.commons" % "commons-lang3" % "3.5" % "provided",
Expand Down

0 comments on commit 968daa3

Please sign in to comment.