Skip to content

Commit

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

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

Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.27.2 to 4.27.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
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 6, 2024
1 parent 027897c commit ed19453
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion licenses/protobuf-java-4.27.2.jar.sha1

This file was deleted.

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

This file was deleted.

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

0 comments on commit ed19453

Please sign in to comment.