Skip to content

Commit

Permalink
RUN-2312 : bump up aws-java-sdk-s3 version to loose ion-java dep
Browse files Browse the repository at this point in the history
Bump up the version of the aws-java-sdk-s3 library to the one that does
not reference the ion-java:1.0.2 depenency with the CVE-2024-21634 vulnerability
  • Loading branch information
mrdubr committed Apr 26, 2024
1 parent 05fc23e commit a7a7bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ configurations {
dependencies {
implementation group: 'org.rundeck', name: 'rundeck-core', version: '4.13.0-20230515'
implementation "org.slf4j:slf4j-api:1.7.30"
pluginLibs ('com.amazonaws:aws-java-sdk-s3:1.12.479') {
pluginLibs ('com.amazonaws:aws-java-sdk-s3:1.12.708') {
exclude group: "com.fasterxml.jackson.core"
exclude group: "com.fasterxml.jackson.dataformat"
}
Expand Down

0 comments on commit a7a7bec

Please sign in to comment.