Skip to content

Commit

Permalink
Update spring boot to v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and stefanbethke committed Mar 13, 2024
1 parent c85abc6 commit 29ea630
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ compileJava {
}

dependencies {
implementation 'org.springframework.boot:spring-boot-starter:3.2.1'
implementation 'org.springframework.boot:spring-boot-starter:3.2.3'
// developmentOnly 'org.springframework.boot:spring-boot-devtools:3.2.0'
implementation 'org.springframework.boot:spring-boot-starter-actuator:3.2.1'
implementation 'org.springframework.boot:spring-boot-starter-web:3.2.1'
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 '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.1'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor:3.2.3'
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.1'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.2.3'
testImplementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter-test:5.4.1'
}

Expand Down

0 comments on commit 29ea630

Please sign in to comment.