Skip to content

Commit 37f4c83

Browse files
Bump com.google.protobuf:protobuf-java in /spark/core
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.32.0 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-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18355d1 commit 37f4c83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spark/core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ sparkVariants {
5252
add(variant.configuration('compileOnly'), "com.fasterxml.jackson.module:jackson-module-scala_${variant.scalaMajorVersion}:2.9.10")
5353
add(variant.configuration('compileOnly'), "com.fasterxml.jackson.core:jackson-annotations:2.20")
5454
add(variant.configuration('compileOnly'), "com.google.guava:guava:23.0")
55-
add(variant.configuration('compileOnly'), "com.google.protobuf:protobuf-java:4.32.0")
55+
add(variant.configuration('compileOnly'), "com.google.protobuf:protobuf-java:4.32.1")
5656
add(variant.configuration('compileOnly'), "org.slf4j:slf4j-api:2.0.17")
5757

5858
add(variant.configuration('test', 'implementation'), project(":test:shared"))

0 commit comments

Comments
 (0)