Skip to content

Commit

Permalink
fix(deps): update dependency io.delta:delta-sharing-spark_2.13 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 9, 2024
1 parent fd4d880 commit efd41ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-spark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {

// DELTA
testImplementation("org.apache.hadoop:hadoop-common:3.3.6")
testImplementation("io.delta:delta-sharing-spark_2.13:1.0.4")
testImplementation("io.delta:delta-sharing-spark_2.13:3.1.0")

//SPARK
testImplementation("org.apache.spark:spark-sql_2.13:3.5.0")
Expand Down

0 comments on commit efd41ea

Please sign in to comment.