Skip to content

Commit

Permalink
AJ-1782: sam-client and spring-webmvc dependency cleanup (#937)
Browse files Browse the repository at this point in the history
sam-client and spring-webmvc dependency cleanup
  • Loading branch information
davidangb authored Sep 23, 2024
1 parent 6c96366 commit 708a010
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ dependencies {
implementation 'org.zalando:logbook-spring-boot-starter:3.9.0'

// Azure libraries
// do not upgrade app insights past 3.5.1 until AJ-1897 is resolved
implementation 'com.microsoft.azure:applicationinsights-runtime-attach:3.5.3'
implementation 'com.azure:azure-storage-blob:12.28.0'
implementation 'com.azure:azure-identity-extensions:1.1.19' // postgres password plugin
Expand Down Expand Up @@ -86,7 +85,7 @@ dependencies {
implementation 'io.swagger.core.v3:swagger-annotations:2.2.23'

// Terra libraries
implementation group: 'org.broadinstitute.dsde.workbench', name: 'sam-client_2.13', version: '0.1-752b4f3'
implementation group: 'org.broadinstitute.dsde.workbench', name: 'sam-client_2.13', version: 'v0.0.282'
implementation group: 'org.broadinstitute.dsde.workbench', name: 'leonardo-client_2.13', version: '1.3.6-22ee00b'
implementation 'com.squareup.okhttp3:okhttp' // required by Sam client
implementation "bio.terra:datarepo-client:2.13.0-SNAPSHOT"
Expand Down Expand Up @@ -154,9 +153,6 @@ dependencies {
implementation('org.apache.commons:commons-configuration2:2.11.0') {
because("CVE-2024-29131, CVE-2024-29133")
}
implementation('org.springframework:spring-webmvc:6.1.13') {
because("CVE-2024-38816")
}
}
}

Expand Down

0 comments on commit 708a010

Please sign in to comment.