Skip to content

Commit

Permalink
Merge pull request #4274 from NorwayMaple/fix-for-issue-4176
Browse files Browse the repository at this point in the history
Pin errorprone dependency to specific version
  • Loading branch information
Siedlerchr authored Aug 18, 2018
2 parents a880add + 14d45ce commit db881c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ repositories {
configurations {
antlr3
antlr4
errorprone
}

dependencies {
Expand Down Expand Up @@ -157,6 +158,8 @@ dependencies {

compile 'com.github.tomtung:latex2unicode_2.12:0.2.2'

errorprone 'com.google.errorprone:error_prone_core:2.3.1'

compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.1.2'
compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.1.2'

Expand Down Expand Up @@ -220,7 +223,7 @@ dependencyUpdates.resolutionStrategy = {
selection.reject("http://dev.mysql.com/downloads/connector/j/ lists the version 5.* as last stable version.")
}
}

}
}

Expand Down

0 comments on commit db881c0

Please sign in to comment.