Skip to content

Commit

Permalink
Update aws-java-sdk-s3 to fix CVE-2022-31159
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrfranco committed Jun 2, 2023
1 parent 25d8864 commit 753c8fe
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 @@ -53,7 +53,7 @@ configurations {
dependencies {
compile group: 'org.rundeck', name: 'rundeck-core', version: '2.10.0'
compile "org.slf4j:slf4j-api:1.7.30"
pluginLibs ('com.amazonaws:aws-java-sdk-s3:1.11.743') {
pluginLibs ('com.amazonaws:aws-java-sdk-s3:1.12.479') {
exclude group: "com.fasterxml.jackson.core"
exclude group: "com.fasterxml.jackson.dataformat"
}
Expand Down

0 comments on commit 753c8fe

Please sign in to comment.