@@ -6,24 +6,28 @@ 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
11
9
compile (libraries. guava) {
12
10
// prefer 2.2.0 from libraries instead of 2.1.3
13
11
exclude group : ' com.google.errorprone' , module : ' error_prone_annotations'
14
- // prefer 2.5 .2 from libraries instead of 2 .0.0
15
- exclude group : ' org.checkerframework ' , module : ' checker-compat-qual '
12
+ // prefer 3.0 .2 from libraries instead of 3 .0.1
13
+ exclude group : ' com.google.code.findbugs ' , module : ' jsr305 '
16
14
// prefer 1.17 from libraries instead of 1.14
17
15
exclude group : ' org.codehaus.mojo' , module : ' animal-sniffer-annotations'
18
16
}
19
17
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'
20
22
// we'll always be more up-to-date
21
23
exclude group : ' io.grpc' , module : ' grpc-context'
22
24
}
23
25
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'
24
28
// we'll always be more up-to-date
25
29
exclude group : ' io.grpc' , module : ' grpc-context'
26
- // prefer 25.1 from libraries instead of 20 .0
30
+ // prefer 20.0 from libraries instead of 19 .0
27
31
exclude group : ' com.google.guava' , module : ' guava'
28
32
}
29
33
0 commit comments