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 535d69e commit 0379ecfCopy full SHA for 0379ecf
integration-tests/build.gradle.kts
@@ -53,7 +53,7 @@ dependencies {
53
54
implementation("org.apache.iceberg:iceberg-spark-3.5_2.12")
55
implementation("org.apache.iceberg:iceberg-spark-extensions-3.5_2.12")
56
- implementation("org.apache.spark:spark-sql_2.12:3.5.5") {
+ implementation("org.apache.spark:spark-sql_2.12:3.5.6") {
57
// exclude log4j dependencies
58
exclude("org.apache.logging.log4j", "log4j-slf4j2-impl")
59
exclude("org.apache.logging.log4j", "log4j-api")
0 commit comments