We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bf50e commit 163c6acCopy full SHA for 163c6ac
platform/build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
// we define cloud bom here for GCP, Azure and AWS so they are aligned for all plugins that use them (secret, storage, oss and ee plugins)
34
api platform('com.google.cloud:libraries-bom:26.53.0')
35
api platform("com.azure:azure-sdk-bom:1.2.30")
36
- api platform('software.amazon.awssdk:bom:2.30.6')
+ api platform('software.amazon.awssdk:bom:2.30.11')
37
38
39
constraints {
0 commit comments