Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build] add ben-manes dependency upgrade finder #1922

Merged
merged 1 commit into from May 10, 2020

Conversation

grimreaper
Copy link
Contributor

Problem

The mockito build system has several pieces which are out of date. This
includes dependencies

Solution

This plugin adds a new task dependencyUpdates which identifies
dependencies which may be out of date

Copy link
Contributor

@TimvdLippe TimvdLippe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we update the documentation to explain how this plugin must be used?

@grimreaper
Copy link
Contributor Author

grimreaper commented May 7, 2020

can you point me at the doc to update? I'm looking around and don't see a good place to put it.

Its just adds a new task:
∴./gradlew dependencyUpdates

@TimvdLippe
Copy link
Contributor

We should add it to the CONTRIBUTING.md.

Problem

The mockito build system has several pieces which are out of date. This
includes dependencies

Solution

This plugin adds a new task dependencyUpdates which identifies
dependencies which may be out of date
@grimreaper
Copy link
Contributor Author

done

@codecov-io
Copy link

Codecov Report

Merging #1922 into release/3.x will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##             release/3.x    #1922   +/-   ##
==============================================
  Coverage          86.67%   86.67%           
  Complexity          2526     2526           
==============================================
  Files                318      318           
  Lines               6650     6650           
  Branches             832      832           
==============================================
  Hits                5764     5764           
  Misses               685      685           
  Partials             201      201           

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 bd3c45a...e1627bb. Read the comment docs.

Copy link
Contributor

@TimvdLippe TimvdLippe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@TimvdLippe TimvdLippe merged commit 56b0e54 into mockito:release/3.x May 10, 2020
epeee pushed a commit to epeee/mockito that referenced this pull request Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants