Skip to content

Commit

Permalink
Update fabric8-kubernetes-client monorepo to v6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent 96c3ee9 commit 7dc0bb7
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 @@ -37,7 +37,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web:3.1.4'
implementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter:5.1.0'
constraints {
implementation('io.fabric8:kubernetes-httpclient-okhttp:6.7.2') {
implementation('io.fabric8:kubernetes-httpclient-okhttp:6.9.0') {
because 'some internal dependencies seem to be for 6.6.2 which works differently'
}
}
Expand All @@ -47,7 +47,7 @@ dependencies {
compileOnly 'org.projectlombok:lombok'
testCompileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
annotationProcessor 'io.fabric8:crd-generator-apt:6.7.2'
annotationProcessor 'io.fabric8:crd-generator-apt:6.9.0'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.1.4'
testImplementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter-test:5.1.0'
}
Expand Down

0 comments on commit 7dc0bb7

Please sign in to comment.