Skip to content

Commit

Permalink
Chore: update versions
Browse files Browse the repository at this point in the history
Closes #110, #111
  • Loading branch information
Stefan Bethke committed Jan 2, 2024
1 parent 2806f38 commit 61d150d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.1'
implementation 'org.springframework.boot:spring-boot-starter-web:3.2.1'
implementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter:5.3.0'
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'
Expand All @@ -44,7 +44,7 @@ dependencies {
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 'io.javaoperatorsdk:operator-framework-spring-boot-starter-test:5.3.0'
testImplementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter-test:5.4.1'
}

tasks.named('test') {
Expand Down

0 comments on commit 61d150d

Please sign in to comment.