Skip to content

Commit 9b5ee08

Browse files
committed
Remove unnecessary overrides with Kubernetes CLient v7
1 parent 5a19137 commit 9b5ee08

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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)