Skip to content

Commit

Permalink
Merge pull request #17 from rundeck-plugins/RUN-2312
Browse files Browse the repository at this point in the history
RUN-2312 : Update aws-java-sdk-s3 to fix CVE-2024-21634
  • Loading branch information
mrdubr authored Apr 30, 2024
2 parents 05fc23e + a7a7bec commit 261dd94
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 261dd94

Please sign in to comment.