Skip to content

Commit 317e3ec

Browse files
Bump com.google.protobuf:protobuf-java from 4.32.1 to 4.33.0 in /spark/sql-20 (#643)
* Bump com.google.protobuf:protobuf-java in /spark/sql-20 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.32.1 to 4.33.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.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Updating SHAs 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 e033444 commit 317e3ec

6 files changed

Lines changed: 4 additions & 4 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.20.0
2121
- Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to 2.20
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.32.1
23+
- Bumps `com.google.protobuf:protobuf-java` from 4.28.2 to 4.33.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))

licenses/protobuf-java-4.32.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5f82a81e6e7b6b7434d05a7bdd666b84d9eb0bc5

spark/sql-20/build.gradle

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

spark/sql-20/licenses/protobuf-java-4.32.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5f82a81e6e7b6b7434d05a7bdd666b84d9eb0bc5

0 commit comments

Comments
 (0)