Skip to content

Commit

Permalink
Bump dependency versions that are grabbed transitively
Browse files Browse the repository at this point in the history
- httpclient:4.5.8 is included with gerrit-rest-java-client
- commons-cli:1.4 is included with checkstyle
  (1.2 does not even have the DefaultParser that is used for the CLI)

These versions are now explicitly defined, so build won't fail
if the first level dependencies won't rely on them anymore.
  • Loading branch information
Gabor Garancsi committed Jan 19, 2021
1 parent 1c699a2 commit 8490b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ repositories {

//noinspection GroovyAssignabilityCheck
dependencies {
implementation 'org.apache.httpcomponents:httpclient:4.3.1'
implementation 'org.apache.httpcomponents:httpclient:4.5.8'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.3.0'
implementation 'com.intellij:annotations:12.0'
implementation 'org.slf4j:slf4j-api:1.7.26'
implementation 'org.slf4j:log4j-over-slf4j:1.7.26'
implementation 'ch.qos.logback:logback-classic:1.2.3'
implementation 'commons-cli:commons-cli:1.2'
implementation 'commons-cli:commons-cli:1.4'
implementation 'com.jayway.jsonpath:json-path:2.4.0'
implementation 'commons-io:commons-io:2.4'
implementation 'org.eclipse.jgit:org.eclipse.jgit:5.5.1.201910021850-r'
Expand Down

0 comments on commit 8490b7d

Please sign in to comment.