From efac030d314f41a8356edc1496a74b04d83a3628 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 07:52:54 +0000 Subject: [PATCH] Update dependency io.javaoperatorsdk:operator-framework-spring-boot-starter to v5.5.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1f73df1..84ae05c 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.0' implementation 'org.springframework.boot:spring-boot-starter-web:3.3.0' - implementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter:5.4.1' + implementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter:5.5.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.0'