Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/dist/commons-codec-commons…
Browse files Browse the repository at this point in the history
…-codec-1.17.2

Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia authored Jan 14, 2025
2 parents c80f5c6 + 7bf4d4b commit e588b10
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.18.2
- Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to 2.18.2
- Bumps `io.netty:netty-all` from 4.1.112.Final to 4.1.115.Final
- Bumps `com.google.protobuf:protobuf-java` from 4.28.2 to 4.29.2
- Bumps `com.google.protobuf:protobuf-java` from 4.28.2 to 4.29.3
- Bumps `commons-codec:commons-codec` from 1.17.1 to 1.17.2

## [1.3.0]
Expand Down
1 change: 0 additions & 1 deletion licenses/protobuf-java-4.29.2.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/protobuf-java-4.29.3.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
83afa847b893932b49a8fd896608fa23cd5fb0b5
2 changes: 1 addition & 1 deletion spark/sql-30/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ sparkVariants {
}
add(variant.configuration('implementation'), "commons-logging:commons-logging:1.3.4")
add(variant.configuration('implementation'), "javax.xml.bind:jaxb-api:2.3.1")
add(variant.configuration('implementation'), "com.google.protobuf:protobuf-java:4.29.2")
add(variant.configuration('implementation'), "com.google.protobuf:protobuf-java:4.29.3")
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-30/licenses/protobuf-java-4.29.2.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions spark/sql-30/licenses/protobuf-java-4.29.3.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
83afa847b893932b49a8fd896608fa23cd5fb0b5

0 comments on commit e588b10

Please sign in to comment.