We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c7f2c commit bb8b19bCopy full SHA for bb8b19b
build.gradle
@@ -73,7 +73,7 @@ dependencies {
73
implementation 'com.google.code.gson:gson:2.13.2'
74
implementation project.deps.kubernetesClientApi
75
constraints {
76
- implementation 'io.vertx:vertx-web-client:4.5.22' // Upgrade transitive version within fabric kubernetes-client
+ implementation 'io.vertx:vertx-web-client:4.5.23' // Upgrade transitive version within fabric kubernetes-client
77
}
78
runtimeOnly "io.fabric8:kubernetes-client:${project.versions.kubernetesClientApi}"
79
implementation platform('org.slf4j:slf4j-bom:2.0.17')
0 commit comments