From 00f8e0dfb5f957942a684f31635a18d4a316bfb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 09:41:42 +0000 Subject: [PATCH] Update dependency io.javaoperatorsdk:operator-framework-spring-boot-starter to v5.4.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'