envoyproxy / java-control-plane

Java implementation of an Envoy gRPC control plane
Apache License 2.0
293 stars 136 forks source link

deps: bring all dependencies up to date #99

Closed joeyb closed 5 years ago

joeyb commented 5 years ago

Checkstyle needs to be updated to resolve a CVE (https://nvd.nist.gov/vuln/detail/CVE-2019-9658). In the process, I also went ahead and brought everything else up to date. Any dependencies that are shared transitively with grpc-java have been set to the version used by grpc-java, even if there is a newer stable version available.

Also, grpc-java no longer transitively depends on protobuf-java-util, so we need to explicitly add it ourselves.

codecov-io commented 5 years ago

Codecov Report

Merging #99 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #99   +/-   ##
=========================================
  Coverage     94.47%   94.47%           
  Complexity      134      134           
=========================================
  Files            14       14           
  Lines           525      525           
  Branches         46       46           
=========================================
  Hits            496      496           
  Misses           21       21           
  Partials          8        8
Impacted Files Coverage Δ Complexity Δ
...va/io/envoyproxy/controlplane/cache/Resources.java 76.92% <ø> (ø) 16 <0> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3c84e2a...404284a. Read the comment docs.