Skip to content

Commit a7a7bec

Browse files
committed
RUN-2312 : bump up aws-java-sdk-s3 version to loose ion-java dep
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
1 parent 05fc23e commit a7a7bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ configurations {
5555
dependencies {
5656
implementation group: 'org.rundeck', name: 'rundeck-core', version: '4.13.0-20230515'
5757
implementation "org.slf4j:slf4j-api:1.7.30"
58-
pluginLibs ('com.amazonaws:aws-java-sdk-s3:1.12.479') {
58+
pluginLibs ('com.amazonaws:aws-java-sdk-s3:1.12.708') {
5959
exclude group: "com.fasterxml.jackson.core"
6060
exclude group: "com.fasterxml.jackson.dataformat"
6161
}

0 commit comments

Comments
 (0)