Skip to content

Commit

Permalink
fix(deps): update fabric8-kubernetes-client monorepo to v6.9.2 (#228)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent 4e1ee26 commit 9c5a37f
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.1")
"commonRuntimeOnly"("io.fabric8:kubernetes-client:6.9.1")
"commonImplementation"("io.fabric8:kubernetes-httpclient-okhttp:6.9.1")
"commonCompileOnly"("io.fabric8:kubernetes-client-api:6.9.2")
"commonRuntimeOnly"("io.fabric8:kubernetes-client:6.9.2")
"commonImplementation"("io.fabric8:kubernetes-httpclient-okhttp:6.9.2")

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

0 comments on commit 9c5a37f

Please sign in to comment.