Skip to content

Commit

Permalink
fix(deps): update fabric8-kubernetes-client monorepo to v6.9.1 (jerem…
Browse files Browse the repository at this point in the history
…ylvln#214)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 9, 2023
1 parent 72cd61f commit 022903c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/shulker-proxy-agent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ dependencies {
"commonApi"(project(":packages:shulker-proxy-api"))

// Kubernetes
"commonCompileOnly"("io.fabric8:kubernetes-client-api:6.9.0")
"commonRuntimeOnly"("io.fabric8:kubernetes-client:6.9.0")
"commonImplementation"("io.fabric8:kubernetes-httpclient-okhttp:6.9.0")
"commonCompileOnly"("io.fabric8:kubernetes-client-api:6.9.1")
"commonRuntimeOnly"("io.fabric8:kubernetes-client:6.9.1")
"commonImplementation"("io.fabric8:kubernetes-httpclient-okhttp:6.9.1")

// Agones
"commonImplementation"(project(":packages:google-agones-sdk-bindings-java"))
Expand Down

0 comments on commit 022903c

Please sign in to comment.