diff --git a/build.gradle.kts b/build.gradle.kts index 308c1ff..445ace4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter") implementation("org.springframework.boot:spring-boot-starter-json") // aws - implementation("software.amazon.awssdk:cloudwatch:2.30.4") + implementation("software.amazon.awssdk:cloudwatch:2.30.5") // test testImplementation("org.springframework.boot:spring-boot-starter-test")