File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -66,16 +66,6 @@ dependencies {
66
66
implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.11.0'
67
67
implementation project. deps. kubernetesClientApi
68
68
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'
79
69
implementation group : ' com.github.spullara.mustache.java' , name : ' compiler' , version : ' 0.9.14'
80
70
implementation group : ' org.freemarker' , name : ' freemarker' , version : ' 2.3.33'
81
71
You can’t perform that action at this time.
0 commit comments