File tree 1 file changed +1
-11
lines changed
1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 55
55
ext {
56
56
deps = [
57
57
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 ' ,
59
59
]
60
60
61
61
versions = project. ext. deps. collectEntries { lib , libGav -> [lib, libGav. split(' :' ). last()] }
@@ -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