Skip to content

Commit

Permalink
Signed-off-by: Ved, Kuldeep [email protected]
Browse files Browse the repository at this point in the history
Change log description
Update Spark version to 3.5.0

Purpose of the change
Fix #170

What the code does
Update sparkVersion in gradle.properties

How to verify it
./gradlew clean build should pass

Signed-off-by: Ved, Kuldeep <[email protected]>
  • Loading branch information
Ved, Kuldeep authored and Ved, Kuldeep committed Nov 30, 2023
1 parent fe5a25a commit 4900ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ scalaArmVersion=2.0
scalaVersion=2.12.13
shadowGradlePlugin=6.1.0
slf4jApiVersion=1.7.25
sparkVersion=3.4.0
sparkVersion=3.5.0

# Version and base tags can be overridden at build time.
connectorVersion=0.14.0-SNAPSHOT
Expand Down

0 comments on commit 4900ff3

Please sign in to comment.