File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,10 @@ dependencies {
6565 implementation platform(' software.amazon.awssdk:bom:2.25.40' )
6666 api ' software.amazon.awssdk:auth:2.25.40'
6767 implementation ' software.amazon.awssdk:apache-client'
68- implementation ' com.amazonaws:aws-encryption-sdk-java:2.4.1'
68+ implementation (' com.amazonaws:aws-encryption-sdk-java:2.4.1' ) {
69+ exclude group : ' org.bouncycastle' , module : ' bcprov-ext-jdk18on'
70+ }
71+ implementation ' org.bouncycastle:bcprov-jdk18on:1.78.1'
6972 implementation group : ' software.amazon.awssdk' , name : ' aws-core' , version : ' 2.25.40'
7073 implementation group : ' software.amazon.awssdk' , name : ' s3' , version : ' 2.25.40'
7174 implementation group : ' software.amazon.awssdk' , name : ' regions' , version : ' 2.25.40'
You can’t perform that action at this time.
0 commit comments