Skip to content

Commit 0928797

Browse files
authored
fix(deps): update dependency org.apache.spark:spark-sql_2.12 to v3.5.7 (#2659)
1 parent b00dca6 commit 0928797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050

5151
implementation("org.apache.iceberg:iceberg-spark-3.5_2.12")
5252
implementation("org.apache.iceberg:iceberg-spark-extensions-3.5_2.12")
53-
implementation("org.apache.spark:spark-sql_2.12:3.5.6") {
53+
implementation("org.apache.spark:spark-sql_2.12:3.5.7") {
5454
// exclude log4j dependencies
5555
exclude("org.apache.logging.log4j", "log4j-slf4j2-impl")
5656
exclude("org.apache.logging.log4j", "log4j-api")

0 commit comments

Comments
 (0)