From 968daa321de502347bf121ce9af06c59ffdfb305 Mon Sep 17 00:00:00 2001 From: Bing Li Date: Mon, 13 May 2024 13:48:05 -0700 Subject: [PATCH] upgrade jdbc to 3.16.0 --- .gitignore | 5 +++++ build.sbt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f40f7e18..80157db4 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,8 @@ ClusterTest/target/ ClusterTest/project/target ClusterTest/src/main/python/*.pyc .bsp/ +.bloop/ +.metals/ +.vscode/ +project/metals.sbt +project/project diff --git a/build.sbt b/build.sbt index 45fbc922..e3e7ce1d 100644 --- a/build.sbt +++ b/build.sbt @@ -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",