Skip to content

Commit

Permalink
Bump com.google.protobuf:protobuf-java from 3.23.3 to 3.23.4 in /spar…
Browse files Browse the repository at this point in the history
…k/sql-30 (#308)

* Bump com.google.protobuf:protobuf-java in /spark/sql-30

Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.23.3 to 3.23.4.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.23.3...v3.23.4)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updating SHAs

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Aug 8, 2023
1 parent 4a86885 commit 5503583
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 @@ -6,7 +6,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Added

### Dependencies
- Bumps `com.google.protobuf:protobuf-java` from 3.22.3 to 3.23.3
- Bumps `com.google.protobuf:protobuf-java` from 3.22.3 to 3.23.4
- Bumps `com.esotericsoftware.kryo:kryo` from 2.21 to 2.24.0
- Bumps `io.netty:netty-all` from 4.1.92.Final to 4.1.96.Final
- Bumps `org.codehaus.woodstox:stax2-api` from 3.1.4 to 4.2.1
Expand Down
1 change: 0 additions & 1 deletion licenses/protobuf-java-3.23.3.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/protobuf-java-3.23.4.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5cc1be17aed4e1e396c6b5359518f369a42ebc37
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.2")
add(variant.configuration('implementation'), "javax.xml.bind:jaxb-api:2.3.1")
add(variant.configuration('implementation'), "com.google.protobuf:protobuf-java:3.23.3")
add(variant.configuration('implementation'), "com.google.protobuf:protobuf-java:3.23.4")
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-3.23.3.jar.sha1

This file was deleted.

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

0 comments on commit 5503583

Please sign in to comment.