This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push: new 0379ecf6d main: Update dependency org.apache.spark:spark-sql_2.12 to v3.5.6 (#1794) 0379ecf6d is described below commit 0379ecf6de4fb77c83d66003dc3bc74c9252bb6c Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Tue Jun 3 13:57:04 2025 +0200 main: Update dependency org.apache.spark:spark-sql_2.12 to v3.5.6 (#1794) --- integration-tests/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/build.gradle.kts b/integration-tests/build.gradle.kts index bcc9e71b6..2ef897d13 100644 --- a/integration-tests/build.gradle.kts +++ b/integration-tests/build.gradle.kts @@ -53,7 +53,7 @@ dependencies { implementation("org.apache.iceberg:iceberg-spark-3.5_2.12") implementation("org.apache.iceberg:iceberg-spark-extensions-3.5_2.12") - implementation("org.apache.spark:spark-sql_2.12:3.5.5") { + implementation("org.apache.spark:spark-sql_2.12:3.5.6") { // exclude log4j dependencies exclude("org.apache.logging.log4j", "log4j-slf4j2-impl") exclude("org.apache.logging.log4j", "log4j-api")