Skip to content

Commit b4b996d

Browse files
authored
force com.google.protobuf:protobuf-java:3.25.5 in hive metastore (#961)
1 parent fdc234b commit b4b996d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ dependencies {
7373
strictly '2.18.0'
7474
}
7575
}
76+
77+
hive312RuntimeOnly("com.google.protobuf:protobuf-java") {
78+
version {
79+
strictly '3.25.5'
80+
}
81+
}
7682
}
7783

7884
dependencyLocking {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ com.google.inject.extensions:guice-servlet:4.0=hive312RuntimeClasspath
4343
com.google.inject:guice:4.0=hive312RuntimeClasspath
4444
com.google.j2objc:j2objc-annotations:1.1=hive312RuntimeClasspath
4545
com.google.j2objc:j2objc-annotations:2.8=annotationProcessor,compileClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath
46-
com.google.protobuf:protobuf-java:2.5.0=hive312RuntimeClasspath
46+
com.google.protobuf:protobuf-java:3.25.5=hive312RuntimeClasspath
4747
com.google.re2j:re2j:1.1=hive312RuntimeClasspath
4848
com.jcraft:jsch:0.1.55=hive312RuntimeClasspath
4949
com.jolbox:bonecp:0.8.0.RELEASE=hive312RuntimeClasspath

0 commit comments

Comments
 (0)