File tree 4 files changed +4
-4
lines changed
src/main/scala/net/snowflake/spark/snowflake
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
TEST_SCALA_VERSION : ' 2.12'
24
24
TEST_COMPILE_SCALA_VERSION : ' 2.12.11'
25
25
TEST_SPARK_CONNECTOR_VERSION : ' 2.11.2'
26
- TEST_JDBC_VERSION : ' 3.13.28 '
26
+ TEST_JDBC_VERSION : ' 3.13.29 '
27
27
28
28
steps :
29
29
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ lazy val root = project.withId("spark-snowflake").in(file("."))
37
37
" Sonatype OSS Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots" ,
38
38
libraryDependencies ++= Seq (
39
39
" net.snowflake" % " snowflake-ingest-sdk" % " 0.10.8" ,
40
- " net.snowflake" % " snowflake-jdbc" % " 3.13.28 " ,
40
+ " net.snowflake" % " snowflake-jdbc" % " 3.13.29 " ,
41
41
// "net.snowflake" %% "spark-snowflake" % "2.8.0-spark_3.0",
42
42
// "com.google.guava" % "guava" % "14.0.1" % Test,
43
43
// "org.scalatest" %% "scalatest" % "3.0.5" % Test,
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ lazy val root = project.withId("spark-snowflake").in(file("."))
60
60
" Sonatype OSS Snapshots" at " https://oss.sonatype.org/content/repositories/snapshots" ,
61
61
libraryDependencies ++= Seq (
62
62
" net.snowflake" % " snowflake-ingest-sdk" % " 0.10.8" ,
63
- " net.snowflake" % " snowflake-jdbc" % " 3.13.28 " ,
63
+ " net.snowflake" % " snowflake-jdbc" % " 3.13.29 " ,
64
64
" org.scalatest" %% " scalatest" % " 3.1.1" % Test ,
65
65
" org.mockito" % " mockito-core" % " 1.10.19" % Test ,
66
66
" org.apache.commons" % " commons-lang3" % " 3.5" % " provided" ,
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ object Utils {
60
60
/**
61
61
* The certified JDBC version to work with this spark connector version.
62
62
*/
63
- val CERTIFIED_JDBC_VERSION = " 3.13.28 "
63
+ val CERTIFIED_JDBC_VERSION = " 3.13.29 "
64
64
65
65
/**
66
66
* Important:
You can’t perform that action at this time.
0 commit comments