We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00dca6 commit 0928797Copy full SHA for 0928797
integration-tests/build.gradle.kts
@@ -50,7 +50,7 @@ dependencies {
50
51
implementation("org.apache.iceberg:iceberg-spark-3.5_2.12")
52
implementation("org.apache.iceberg:iceberg-spark-extensions-3.5_2.12")
53
- implementation("org.apache.spark:spark-sql_2.12:3.5.6") {
+ implementation("org.apache.spark:spark-sql_2.12:3.5.7") {
54
// exclude log4j dependencies
55
exclude("org.apache.logging.log4j", "log4j-slf4j2-impl")
56
exclude("org.apache.logging.log4j", "log4j-api")
0 commit comments