Skip to content

Commit 14dd7ee

Browse files
Bump aws-encryption-sdk-java to fix CVE-2023-33201 (#1309) (#1311)
Signed-off-by: Sicheng Song <[email protected]> (cherry picked from commit 0bdff8f) Co-authored-by: Sicheng Song <[email protected]>
1 parent 9c2fbac commit 14dd7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ml-algorithms/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
implementation platform('software.amazon.awssdk:bom:2.20.19')
6262
implementation 'software.amazon.awssdk:auth'
6363
implementation 'software.amazon.awssdk:apache-client'
64-
implementation 'com.amazonaws:aws-encryption-sdk-java:2.4.0'
64+
implementation 'com.amazonaws:aws-encryption-sdk-java:2.4.1'
6565
implementation 'com.jayway.jsonpath:json-path:2.8.0'
6666
implementation group: 'org.json', name: 'json', version: '20230227'
6767
}

0 commit comments

Comments
 (0)