Skip to content

Commit

Permalink
Bump com.google.protobuf:protobuf-java in /spark/sql-30
Browse files Browse the repository at this point in the history
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.28.1 to 4.28.2.
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 23, 2024
1 parent 796aeb1 commit af35b3c
Showing 1 changed file with 1 addition and 1 deletion.
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.28.1")
add(variant.configuration('implementation'), "com.google.protobuf:protobuf-java:4.28.2")
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

0 comments on commit af35b3c

Please sign in to comment.