Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/mr/io.netty-netty-all-4.1.…
Browse files Browse the repository at this point in the history
…116.Final

Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia authored Jan 14, 2025
2 parents 139ecf9 + a8c0ba8 commit 9b54e0a
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ 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.116.Final
- Bumps `com.google.protobuf:protobuf-java` from 4.28.2 to 4.29.1
- 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]
### Added
Expand Down
2 changes: 1 addition & 1 deletion dist/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {
thirdPartyShaded("org.codehaus.jackson:jackson-core-asl:${project.ext.jacksonVersion}")

implementation("commons-logging:commons-logging:1.3.4")
implementation("commons-codec:commons-codec:1.17.1")
implementation("commons-codec:commons-codec:1.17.2")
implementation("javax.xml.bind:jaxb-api:2.3.1")
implementation("org.apache.hive:hive-service:$hiveVersion") {
exclude module: "log4j-slf4j-impl"
Expand Down
1 change: 0 additions & 1 deletion dist/licenses/commons-codec-1.17.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions dist/licenses/commons-codec-1.17.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cd6bb9d856db5f61871a94d5801efd0b93b7fcb2
1 change: 0 additions & 1 deletion licenses/protobuf-java-4.29.1.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.1")
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.1.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 9b54e0a

Please sign in to comment.