Skip to content
2 changes: 1 addition & 1 deletion service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-logging'

// Infrastructure
implementation 'software.amazon.awssdk:s3:2.35.10'
implementation 'software.amazon.awssdk:s3:2.38.2'
implementation ('com.azure:azure-storage-blob:12.31.3')
implementation 'org.apache.qpid:qpid-jms-client:2.9.0'

Expand Down