From 1d30bee276e1b87b196b3289c7e2d70365bf9e74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 15:02:46 +0000 Subject: [PATCH] Update spring boot --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 1fc7883..21ea71e 100644 --- a/build.gradle +++ b/build.gradle @@ -31,19 +31,19 @@ compileJava { } dependencies { - implementation 'org.springframework.boot:spring-boot-starter:3.2.3' + implementation 'org.springframework.boot:spring-boot-starter:3.3.0' // 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 'org.springframework.boot:spring-boot-starter-actuator:3.3.0' + implementation 'org.springframework.boot:spring-boot-starter-web:3.2.6' implementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter:5.4.1' 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' + annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor:3.3.0' compileOnly 'org.projectlombok:lombok' testCompileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' annotationProcessor 'io.fabric8:crd-generator-apt:6.9.2' - testImplementation 'org.springframework.boot:spring-boot-starter-test:3.2.3' + testImplementation 'org.springframework.boot:spring-boot-starter-test:3.3.0' testImplementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter-test:5.4.1' }