diff --git a/build.gradle b/build.gradle index f7c8531..259defc 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.3.2' implementation 'org.springframework.boot:spring-boot-starter-web:3.3.2' - implementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter:5.5.0' + implementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter:5.6.0' 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.3.2'