Skip to content

Commit

Permalink
Add dependency on mockito-errorprone (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoenig10 authored and bulldozer-bot[bot] committed Dec 4, 2019
1 parent 7b17728 commit b4e52e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions baseline-error-prone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ apply from: "${rootDir}/gradle/publish-jar.gradle"

dependencies {
compile 'com.google.errorprone:error_prone_core'
compile 'org.mockito:mockito-errorprone'

testCompile gradleApi()
testCompile 'com.palantir.tokens:auth-tokens'
Expand Down
6 changes: 6 additions & 0 deletions changelog/@unreleased/pr-1085.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
type: improvement
improvement:
description: Baseline now depends on `mockito-errorprone` to get Mockito error-prone
checks.
links:
- https://github.com/palantir/gradle-baseline/pull/1085
2 changes: 1 addition & 1 deletion versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ commons-lang:commons-lang = 2.6
org.assertj:assertj-core = 3.14.0
org.hamcrest:hamcrest-core = 2.2
org.junit.jupiter:* = 5.5.2
org.mockito:mockito-core = 3.1.0
org.mockito:* = 3.1.0
com.fasterxml.jackson.*:* = 2.10.1
com.palantir.tokens:auth-tokens = 3.6.1

Expand Down

0 comments on commit b4e52e8

Please sign in to comment.