Skip to content

Commit 54cf957

Browse files
authored
Merge pull request #444 from gocd/dependabot/gradle/io.fabric8-kubernetes-client-api-7.0.0
Bump io.fabric8:kubernetes-client-api from 6.13.4 to 7.0.0
2 parents 2ee3d3a + 9b5ee08 commit 54cf957

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

build.gradle

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ java {
5555
ext {
5656
deps = [
5757
gocdPluginApi: 'cd.go.plugin:go-plugin-api:24.4.0',
58-
kubernetesClientApi: 'io.fabric8:kubernetes-client-api:6.13.4',
58+
kubernetesClientApi: 'io.fabric8:kubernetes-client-api:7.0.0',
5959
]
6060

6161
versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }
@@ -66,16 +66,6 @@ dependencies {
6666
implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0'
6767
implementation project.deps.kubernetesClientApi
6868
runtimeOnly group: 'io.fabric8', name: 'kubernetes-client', version: project.versions.kubernetesClientApi
69-
constraints {
70-
implementation('com.squareup.okhttp3:okhttp:3.14.9') {
71-
because 'Fabric Client uses an older version with vulnerable dependencies'
72-
}
73-
implementation('com.squareup.okio:okio:1.17.6') {
74-
because 'Fabric Client uses an older version with vulnerable dependencies'
75-
}
76-
}
77-
78-
runtimeOnly group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: '1.79'
7969
implementation group: 'com.github.spullara.mustache.java', name: 'compiler', version: '0.9.14'
8070
implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.33'
8171

0 commit comments

Comments
 (0)