Skip to content

Commit 40e70f1

Browse files
authored
[b/442816541] - set guava strictly to 32.0.1 (#972)
* set guava strictly to 32.0.1
1 parent 6729216 commit 40e70f1

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,16 @@ dependencies {
7373
strictly '2.18.0'
7474
}
7575
}
76-
7776
hive312RuntimeOnly("com.google.protobuf:protobuf-java") {
7877
version {
7978
strictly '3.25.5'
8079
}
8180
}
81+
hive312RuntimeOnly("com.google.guava:guava") {
82+
version {
83+
strictly '32.1.2-jre'
84+
}
85+
}
8286
}
8387

8488
dependencyLocking {

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,20 @@ com.google.code.gson:gson:2.9.0=hive312RuntimeClasspath
3434
com.google.errorprone:error_prone_annotations:2.18.0=annotationProcessor,compileClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
3535
com.google.errorprone:error_prone_annotations:2.2.0=hive312RuntimeClasspath
3636
com.google.guava:failureaccess:1.0.1=annotationProcessor,compileClasspath,hive312RuntimeClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
37-
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
38-
com.google.guava:guava:27.0.1-jre=hive312RuntimeClasspath
39-
com.google.guava:guava:32.0.1-jre=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
40-
com.google.guava:guava:32.1.2-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
37+
com.google.guava:guava-parent:32.1.2-jre=hive312RuntimeClasspath,compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
38+
com.google.guava:guava:32.0.1-jre=testAnnotationProcessor,annotationProcessor
39+
com.google.guava:guava:32.1.2-jre=hive312RuntimeClasspath,compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
4140
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=annotationProcessor,compileClasspath,hive312RuntimeClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
4241
com.google.inject.extensions:guice-servlet:4.0=hive312RuntimeClasspath
4342
com.google.inject:guice:4.0=hive312RuntimeClasspath
44-
com.google.j2objc:j2objc-annotations:1.1=hive312RuntimeClasspath
4543
com.google.j2objc:j2objc-annotations:2.8=annotationProcessor,compileClasspath,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testFixturesCompileClasspath
4644
com.google.protobuf:protobuf-java:3.25.5=hive312RuntimeClasspath
4745
com.google.re2j:re2j:1.1=hive312RuntimeClasspath
4846
com.jcraft:jsch:0.1.55=hive312RuntimeClasspath
4947
com.jolbox:bonecp:0.8.0.RELEASE=hive312RuntimeClasspath
5048
com.lmax:disruptor:3.3.6=hive312RuntimeClasspath
5149
com.microsoft.sqlserver:mssql-jdbc:6.2.1.jre7=hive312RuntimeClasspath
52-
com.nimbusds:nimbus-jose-jwt:9.37.3=hive312RuntimeClasspath
50+
com.nimbusds:nimbus-jose-jwt:9.31=hive312RuntimeClasspath
5351
com.ning:async-http-client:1.8.16=hive312RuntimeClasspath
5452
com.sun.jersey.contribs:jersey-guice:1.19=hive312RuntimeClasspath
5553
com.sun.jersey:jersey-client:1.19=hive312RuntimeClasspath
@@ -255,7 +253,6 @@ org.codehaus.jackson:jackson-xc:1.9.2=hive312RuntimeClasspath
255253
org.codehaus.janino:commons-compiler:2.7.6=hive312RuntimeClasspath
256254
org.codehaus.janino:janino:2.7.6=hive312RuntimeClasspath
257255
org.codehaus.jettison:jettison:1.5.4=hive312RuntimeClasspath
258-
org.codehaus.mojo:animal-sniffer-annotations:1.17=hive312RuntimeClasspath
259256
org.codehaus.woodstox:stax2-api:4.2.1=hive312RuntimeClasspath
260257
org.datanucleus:datanucleus-api-jdo:4.2.4=hive312RuntimeClasspath
261258
org.datanucleus:datanucleus-core:4.1.17=hive312RuntimeClasspath

0 commit comments

Comments
 (0)