Skip to content

Commit 1869db0

Browse files
authored
Merge pull request #15 from rundeck-plugins/RUN-1781
RUN-1781: Update aws-java-sdk-s3 to fix CVE-2022-31159
2 parents 25d8864 + 753c8fe commit 1869db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ configurations {
5353
dependencies {
5454
compile group: 'org.rundeck', name: 'rundeck-core', version: '2.10.0'
5555
compile "org.slf4j:slf4j-api:1.7.30"
56-
pluginLibs ('com.amazonaws:aws-java-sdk-s3:1.11.743') {
56+
pluginLibs ('com.amazonaws:aws-java-sdk-s3:1.12.479') {
5757
exclude group: "com.fasterxml.jackson.core"
5858
exclude group: "com.fasterxml.jackson.dataformat"
5959
}

0 commit comments

Comments
 (0)