TouK / sputnik

Static code review for your Gerrit patchsets. Runs Checkstyle, PMD, FindBugs, Scalastyle, CodeNarc, JSLint for you!
Apache License 2.0
201 stars 117 forks source link

Bump dependency versions that are grabbed transitively #232

Closed corebonts closed 3 years ago

corebonts commented 3 years ago

These versions are now explicitly defined, so build won't fail if the first level dependencies won't rely on them anymore.

codecov-io commented 3 years ago

Codecov Report

Merging #232 (8490b7d) into master (1c699a2) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #232   +/-   ##
=========================================
  Coverage     72.38%   72.38%           
  Complexity      608      608           
=========================================
  Files           146      146           
  Lines          1988     1988           
  Branches        131      131           
=========================================
  Hits           1439     1439           
  Misses          489      489           
  Partials         60       60           

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 1c699a2...8490b7d. Read the comment docs.

SpOOnman commented 3 years ago

Thank you!