Skip to content

Commit 12be924

Browse files
Bump com.google.protobuf:protobuf-java in /spark/sql-30
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.31.1 to 4.32.1. - [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-version: 4.32.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18355d1 commit 12be924

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spark/sql-30/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ sparkVariants {
7070
}
7171
add(variant.configuration('implementation'), "commons-logging:commons-logging:1.3.5")
7272
add(variant.configuration('implementation'), "javax.xml.bind:jaxb-api:2.3.1")
73-
add(variant.configuration('implementation'), "com.google.protobuf:protobuf-java:4.31.1")
73+
add(variant.configuration('implementation'), "com.google.protobuf:protobuf-java:4.32.1")
7474
add(variant.configuration('implementation'), "org.apache.spark:spark-catalyst_${variant.scalaMajorVersion}:$variant.sparkVersion")
7575
add(variant.configuration('implementation'), "org.apache.spark:spark-yarn_${variant.scalaMajorVersion}:$variant.sparkVersion") {
7676
exclude group: 'org.apache.hadoop'

0 commit comments

Comments
 (0)