Skip to content

Commit 2253aa0

Browse files
author
Luis Garza
committed
chore: upgrade version of JDBC driver to 2.1.0.34
1 parent e5317b1 commit 2253aa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ You may use this library in your applications with the following dependency info
105105
spark-submit \
106106
--deploy-mode cluster \
107107
--master yarn \
108-
--packages com.amazon.redshift:redshift-jdbc42:2.1.0.33,org.apache.spark:spark-avro_2.12:3.5.6,io.github.spark-redshift-community:spark-redshift_2.12:6.5.0-spark_3.5 \
108+
--packages com.amazon.redshift:redshift-jdbc42:2.1.0.34,org.apache.spark:spark-avro_2.12:3.5.6,io.github.spark-redshift-community:spark-redshift_2.12:6.5.0-spark_3.5 \
109109
my_script.py
110110
```
111111

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ val publishSonatypeCentral = "true" equalsIgnoreCase System.getProperty("config.
3434
lazy val ItTest = config("it") extend Test
3535
val testSparkVersion = sys.props.get("spark.testVersion").getOrElse(sparkVersion)
3636
val testHadoopVersion = sys.props.get("hadoop.testVersion").getOrElse("3.3.4")
37-
val testJDBCVersion = sys.props.get("jdbc.testVersion").getOrElse("2.1.0.33")
37+
val testJDBCVersion = sys.props.get("jdbc.testVersion").getOrElse("2.1.0.34")
3838
// DON't UPGRADE AWS-SDK-JAVA if not compatible with hadoop version
3939
val testAWSJavaSDKVersion = sys.props.get("aws.testVersion").getOrElse("2.31.78")
4040
// access tokens for aws/shared and our own internal CodeArtifacts repo

0 commit comments

Comments
 (0)