@@ -6,28 +6,24 @@ dependencies {
6
6
libraries. errorprone,
7
7
libraries. jsr305,
8
8
libraries. animalsniffer_annotations
9
+ // Brought in by Guava, but Proguard fails with 2.0.0. So we bump it to 2.5.2
10
+ compile libraries. checker_compat_qual
9
11
compile (libraries. guava) {
10
12
// prefer 2.2.0 from libraries instead of 2.1.3
11
13
exclude group : ' com.google.errorprone' , module : ' error_prone_annotations'
12
- // prefer 3.0 .2 from libraries instead of 3 .0.1
13
- exclude group : ' com.google.code.findbugs ' , module : ' jsr305 '
14
+ // prefer 2.5 .2 from libraries instead of 2 .0.0
15
+ exclude group : ' org.checkerframework ' , module : ' checker-compat-qual '
14
16
// prefer 1.17 from libraries instead of 1.14
15
17
exclude group : ' org.codehaus.mojo' , module : ' animal-sniffer-annotations'
16
18
}
17
19
compile (libraries. opencensus_api) {
18
- // prefer 3.0.2 from libraries instead of 3.0.1
19
- exclude group : ' com.google.code.findbugs' , module : ' jsr305'
20
- // prefer 20.0 from libraries instead of 19.0
21
- exclude group : ' com.google.guava' , module : ' guava'
22
20
// we'll always be more up-to-date
23
21
exclude group : ' io.grpc' , module : ' grpc-context'
24
22
}
25
23
compile (libraries. opencensus_contrib_grpc_metrics) {
26
- // prefer 3.0.2 from libraries instead of 3.0.1
27
- exclude group : ' com.google.code.findbugs' , module : ' jsr305'
28
24
// we'll always be more up-to-date
29
25
exclude group : ' io.grpc' , module : ' grpc-context'
30
- // prefer 20.0 from libraries instead of 19 .0
26
+ // prefer 25.1 from libraries instead of 20 .0
31
27
exclude group : ' com.google.guava' , module : ' guava'
32
28
}
33
29
0 commit comments