Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `commons-logging:commons-logging` from 1.3.5 to 1.3.6
- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.21.1 to 2.21.3
- Bumps `jakarta.xml.bind:jakarta.xml.bind-api` from 4.0.2 to 4.0.5
- Bumps `com.google.protobuf:protobuf-java` from 4.34.0 to 4.34.1 in /spark/core
- Bumps `com.google.protobuf:protobuf-java` from 4.34.0 to 4.34.1
- Bumps `software.amazon.awssdk:http-client-spi` from 2.42.4 to 2.42.17
- Bumps `commons-codec:commons-codec` from 1.21.0 to 1.22.0
- Bumps `software.amazon.awssdk:identity-spi` from 2.42.18 to 2.44.0
Expand Down
2 changes: 1 addition & 1 deletion spark/sql-40/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ sparkVariants {
}
add(variant.configuration('implementation'), "commons-logging:commons-logging:1.3.6")
add(variant.configuration('implementation'), "jakarta.xml.bind:jakarta.xml.bind-api:4.0.5")
add(variant.configuration('implementation'), "com.google.protobuf:protobuf-java:4.33.5")
add(variant.configuration('implementation'), "com.google.protobuf:protobuf-java:4.34.1")
add(variant.configuration('implementation'), "org.apache.spark:spark-catalyst_${variant.scalaMajorVersion}:$variant.sparkVersion")
add(variant.configuration('implementation'), "org.apache.spark:spark-yarn_${variant.scalaMajorVersion}:$variant.sparkVersion") {
exclude group: 'org.apache.hadoop'
Expand Down
1 change: 0 additions & 1 deletion spark/sql-40/licenses/protobuf-java-4.33.5.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions spark/sql-40/licenses/protobuf-java-4.34.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e3b07cd3be66ec918b9fa4db9863c86d5eeea891
Loading