diff --git a/build.gradle b/build.gradle index 1fc7883..1999cd0 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { // developmentOnly 'org.springframework.boot:spring-boot-devtools:3.2.0' implementation 'org.springframework.boot:spring-boot-starter-actuator:3.2.3' implementation 'org.springframework.boot:spring-boot-starter-web:3.2.3' - implementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter:5.4.1' + implementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter:5.4.2' implementation 'org.bouncycastle:bcpkix-jdk15on:1.70' // required for the fabric8 k8s client to grok k3d certificates annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor:3.2.3'