Skip to content

Commit

Permalink
SNOW-1008257 Upgrade JDBC to 3.14.4 (#540)
Browse files Browse the repository at this point in the history
* upgrade JDBC

* update jdbc version
  • Loading branch information
sfc-gh-bli authored Jan 12, 2024
1 parent 9428e03 commit 1daa083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.13.30",
"net.snowflake" % "snowflake-jdbc" % "3.14.4",
"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
2 changes: 1 addition & 1 deletion src/main/scala/net/snowflake/spark/snowflake/Utils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object Utils {
/**
* The certified JDBC version to work with this spark connector version.
*/
val CERTIFIED_JDBC_VERSION = "3.13.30"
val CERTIFIED_JDBC_VERSION = "3.14.4"

/**
* Important:
Expand Down

0 comments on commit 1daa083

Please sign in to comment.