diff --git a/backend/build.gradle.kts b/backend/build.gradle.kts index eef180c845..2361af907b 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -158,7 +158,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-oauth2-client") implementation("org.springframework.security:spring-security-oauth2-resource-server:6.4.2") - implementation("org.springframework.cloud:spring-cloud-starter-kubernetes-client-config:3.1.4") + implementation("org.springframework.cloud:spring-cloud-starter-kubernetes-client-config:3.2.0") // CVE-2024-50379 implementation("org.apache.tomcat.embed:tomcat-embed-core:10.1.34") // CVE-2022-3171