We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290317a commit 4bc5b63Copy full SHA for 4bc5b63
build.gradle.kts
@@ -24,7 +24,7 @@ dependencies {
24
implementation("org.springframework.boot:spring-boot-starter")
25
implementation("org.springframework.boot:spring-boot-starter-json")
26
// aws
27
- implementation("software.amazon.awssdk:cloudwatch:2.41.26")
+ implementation("software.amazon.awssdk:cloudwatch:2.41.29")
28
29
// test
30
testImplementation("org.springframework.boot:spring-boot-starter-test")
0 commit comments