Skip to content

Commit 064cfcc

Browse files
Bump com.google.protobuf:protobuf-java from 4.31.1 to 4.32.0 in /spark/core (#625)
* Bump com.google.protobuf:protobuf-java in /spark/core Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.31.1 to 4.32.0. - [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.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog 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>
1 parent 589eff1 commit 064cfcc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2020
- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.19.2
2121
- Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to 2.19.2
2222
- Bumps `io.netty:netty-all` from 4.1.112.Final to 4.2.1.Final
23-
- Bumps `com.google.protobuf:protobuf-java` from 4.28.2 to 4.31.1
23+
- Bumps `com.google.protobuf:protobuf-java` from 4.28.2 to 4.32.0
2424
- Bumps `commons-codec:commons-codec` from 1.17.1 to 1.19.0
2525
- Bumps `commons-logging:commons-logging` from 1.3.4 to 1.3.5
2626
- Bumps Spark3 version from 3.2.4 to 3.4.4 ([#551](https://github.com/opensearch-project/opensearch-hadoop/pull/551))

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.19.2")
5454
add(variant.configuration('compileOnly'), "com.google.guava:guava:23.0")
55-
add(variant.configuration('compileOnly'), "com.google.protobuf:protobuf-java:4.31.1")
55+
add(variant.configuration('compileOnly'), "com.google.protobuf:protobuf-java:4.32.0")
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)