Skip to content

Commit

Permalink
[build] add ben-manes dependency upgrade finder
Browse files Browse the repository at this point in the history
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
  • Loading branch information
grimreaper committed May 3, 2020
1 parent 57bdb7b commit 11ce204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -18,6 +18,7 @@ plugins {
id 'com.gradle.build-scan' version '2.2.1'
id "com.diffplug.gradle.spotless" version "3.24.3"
id 'eclipse'
id 'com.github.ben-manes.versions' version '0.28.0'
}

description = 'Mockito mock objects library core API and implementation'
Expand Down

0 comments on commit 11ce204

Please sign in to comment.