Skip to content

Commit

Permalink
Bump com.google.protobuf:protobuf-java from 4.27.3 to 4.28.0 in /spar…
Browse files Browse the repository at this point in the history
…k/sql-30 (opensearch-project#513)

* Bump com.google.protobuf:protobuf-java in /spark/sql-30

Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.27.3 to 4.28.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-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>
  • Loading branch information
2 people authored and dgoldenberg-ias committed Sep 11, 2024
1 parent 0feef99 commit 796d032
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.17.0 to 2.17.2
- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.17.0 to 2.17.2
- Bumps `commons-logging:commons-logging` from 1.3.1 to 1.3.4
- Bumps `com.google.protobuf:protobuf-java` from 4.26.1 to 4.27.3
- Bumps `com.google.protobuf:protobuf-java` from 4.26.1 to 4.28.0
- Bumps `io.netty:netty-all` from 4.1.109.Final to 4.1.112.Final
- Bumps `jakarta.servlet:jakarta.servlet-api` from 6.0.0 to 6.1.0
- Bumps `commons-codec:commons-codec` from 1.17.0 to 1.17.1
Expand Down
1 change: 0 additions & 1 deletion licenses/protobuf-java-4.27.3.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/protobuf-java-4.28.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8b7f76d4c3179132637581aad5fb8207c992943a
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.27.3")
add(variant.configuration('implementation'), "com.google.protobuf:protobuf-java:4.28.0")
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
1 change: 0 additions & 1 deletion spark/sql-30/licenses/protobuf-java-4.27.3.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions spark/sql-30/licenses/protobuf-java-4.28.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8b7f76d4c3179132637581aad5fb8207c992943a

0 comments on commit 796d032

Please sign in to comment.