Skip to content

Commit b683844

Browse files
[OPS] shaded protobuf update (#1036)
* Update hadoop-common to 3.4.2 * uncomment source plugin * Fix comments * Delete apache commons because it was deleted from hadoop-commons 3.4.2 * Updated shaded proto
1 parent 0cd4588 commit b683844

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dumper/lib-ext-hive-metastore/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ dependencies {
6666
hive312RuntimeOnly libs.zookeeper // explicit version for vulnerabilities update
6767
hive312RuntimeOnly libs.common.configuration2 // explicit version for vulnerabilities update
6868
hive312RuntimeOnly libs.bouncycastle // explicit version for vulnerabilities update
69+
hive312RuntimeOnly libs.hadoop.shaded.protobuf // explicit version for vulnerabilities update
6970

7071
// For HiveServer2
7172
hive312RuntimeOnly libs.tez.common

dumper/lib-ext-hive-metastore/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ org.apache.curator:curator-recipes:5.2.0=hive312RuntimeClasspath
141141
org.apache.derby:derby:10.14.1.0=hive312RuntimeClasspath
142142
org.apache.geronimo.specs:geronimo-jcache_1.0_spec:1.0-alpha-1=hive312RuntimeClasspath
143143
org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.2.0=hive312RuntimeClasspath
144-
org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_25:1.4.0=hive312RuntimeClasspath
144+
org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_25:1.5.0=hive312RuntimeClasspath
145145
org.apache.hadoop:hadoop-annotations:3.4.2=hive312RuntimeClasspath
146146
org.apache.hadoop:hadoop-auth:3.4.2=hive312RuntimeClasspath
147147
org.apache.hadoop:hadoop-client:2.7.1=hive312RuntimeClasspath

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ oozie-client = { group = "org.apache.oozie", name = "oozie-client", version.ref
188188
xerces = { module = "xerces:xercesImpl", version.ref = "xerces"}
189189
jna = { group = "net.java.dev.jna", "name" = "jna", version.ref = "jna"}
190190
zookeeper = { module = "org.apache.zookeeper:zookeeper", version.ref = "zookeeper"}
191+
hadoop-shaded-protobuf = { module = "org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_25", version = "1.5.0"}
191192

192193
[plugins]
193194
ben-manes-versions = { id = "com.github.ben-manes.versions", version.ref = "ben-manes-versions-plugin" }

0 commit comments

Comments
 (0)