Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 19, 2023
1 parent 40ecd71 commit 62b1517
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 @@ -5,9 +5,9 @@ plugins {
dependencies {
commonApi(project(":packages:shulker-proxy-api"))

commonCompileOnly("io.fabric8:kubernetes-client-api:6.8.1")
commonRuntimeOnly("io.fabric8:kubernetes-client:6.8.1")
commonImplementation("io.fabric8:kubernetes-httpclient-okhttp:6.8.1")
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")

commonImplementation(project(":packages:google-agones-sdk-bindings-java"))
commonRuntimeOnly("io.grpc:grpc-netty-shaded:1.58.0")
Expand Down

0 comments on commit 62b1517

Please sign in to comment.