Skip to content

Commit

Permalink
PF-2983: Bump io.kubernetes:client-java from 20.0.1 to 21.0.2 (#203)
Browse files Browse the repository at this point in the history
Bump io.kubernetes:client-java from 20.0.1 to 21.0.2
  • Loading branch information
davidangb authored Oct 15, 2024
1 parent bf348f3 commit 3d29fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
annotationProcessor group: 'org.springframework.boot', name: 'spring-boot-configuration-processor'

// Misc. Services
implementation group: 'io.kubernetes', name: 'client-java', version: '20.0.1'
implementation group: 'io.kubernetes', name: 'client-java', version: '21.0.2'
constraints {
implementation('org.bouncycastle:bcprov-jdk18on:1.78.1') {
because 'https://broadworkbench.atlassian.net/browse/DCJ-275'
Expand Down

0 comments on commit 3d29fae

Please sign in to comment.