Skip to content

Commit

Permalink
update dependencies with critical CVEs (jackson,tika) see #273
Browse files Browse the repository at this point in the history
  • Loading branch information
ssadedin committed Jun 22, 2022
1 parent 6efc356 commit 60881bf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,9 @@ dependencies {
implementation group: 'org.glassfish.jersey.core', name: 'jersey-client', version: '2.25.1'
implementation group: 'org.glassfish.jersey.media', name: 'jersey-media-multipart', version: '2.25.1'

implementation group: 'com.fasterxml.jackson.jaxrs', name: 'jackson-jaxrs-json-provider', version: '2.9.1'
implementation group: 'javax.ws.rs', name: 'javax.ws.rs-api', version: '2.0' // needed for gitlab4j
implementation group: 'com.fasterxml.jackson.jaxrs', name: 'jackson-jaxrs-json-provider', version: '2.13.3'
implementation(group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.14.30') { transitive = false }

implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.0'

implementation group: 'org.json', name: 'json', version: '20180813'

implementation group: 'jline', name: 'jline', version: '2.14.6'
Expand All @@ -109,7 +106,9 @@ dependencies {
implementation group: 'com.amazonaws', name: 'aws-java-sdk-ec2', version: '1.12.25'
implementation group: 'com.amazonaws', name: 'aws-java-sdk-s3', version: '1.12.25'
implementation group: 'com.upplication', name: 's3fs', version: '2.2.2'

implementation group: 'org.apache.tika', name: 'tika-core', version: '2.4.1'


// testImplementation group: 'junit', name: 'junit', version: '4.8.2'
}

Expand Down

0 comments on commit 60881bf

Please sign in to comment.