Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 12, 2023
1 parent 293d43d commit 47704cf
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.3.1")
commonRuntimeOnly("io.fabric8:kubernetes-client:6.3.1")
commonImplementation("io.fabric8:kubernetes-httpclient-okhttp:6.2.0")
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")

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

0 comments on commit 47704cf

Please sign in to comment.