Skip to content

Commit

Permalink
bump k8s client-java lib (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb authored Mar 4, 2025
1 parent e067e1f commit 061a25c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ dependencies {
annotationProcessor group: 'org.springframework.boot', name: 'spring-boot-configuration-processor'

// Misc. Services
implementation group: 'io.kubernetes', name: 'client-java', version: '22.0.0-legacy'
// note that k8s client-java -legacy and non-legacy libraries are not interchangeable
// see https://github.com/kubernetes-client/java?tab=readme-ov-file#release
implementation group: 'io.kubernetes', name: 'client-java', version: '23.0.0'
constraints {
implementation('org.bouncycastle:bcprov-jdk18on:1.80') {
because 'https://broadworkbench.atlassian.net/browse/DCJ-275'
Expand Down

0 comments on commit 061a25c

Please sign in to comment.