Skip to content

Commit befb24f

Browse files
committed
Bump com.google.protobuf:protobuf-java from 4.34.0 to 4.35.1 in /spark/sql-30
Signed-off-by: Sotaro Hikita <bering1814@gmail.com>
1 parent 727416a commit befb24f

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6767
- Bumps `software.amazon.awssdk:auth` from 2.34.5 to 2.42.0
6868
- Bumps `software.amazon.awssdk:utils` from 2.38.2 to 2.42.4
6969
- Bumps `software.amazon.awssdk:http-client-spi` from 2.39.6 to 2.40.3
70+
- Bumps `com.google.protobuf:protobuf-java` from 4.34.0 to 4.35.1 ([#777](https://github.com/opensearch-project/opensearch-hadoop/pull/777))
7071

7172
## [1.3.0]
7273
### Added

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.6")
7272
add(variant.configuration('implementation'), "javax.xml.bind:jaxb-api:2.3.1")
73-
add(variant.configuration('implementation'), "com.google.protobuf:protobuf-java:4.34.1")
73+
add(variant.configuration('implementation'), "com.google.protobuf:protobuf-java:4.35.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'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b933d3f9fc35b0356f28980c2ffc5892d297eebf

0 commit comments

Comments
 (0)