File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 72
72
<version >4.9.3</version >
73
73
<!-- should be aligned with the version provided by okhttp-api-plugin -->
74
74
</dependency >
75
+ <dependency >
76
+ <groupId >org.jenkins-ci.plugins</groupId >
77
+ <artifactId >bouncycastle-api</artifactId >
78
+ <!-- transitive dependency of kubernetes-client-api 6.10.0 to fix upper bound -->
79
+ <version >2.30.1.77-225.v26ea_c9455fd9</version >
80
+ </dependency >
81
+ <dependency >
82
+ <groupId >org.jenkins-ci.plugins</groupId >
83
+ <artifactId >kubernetes-client-api</artifactId >
84
+ <!-- until it gets into BOM -->
85
+ <version >6.10.0-240.v57880ce8b_0b_2</version >
86
+ </dependency >
75
87
</dependencies >
76
88
</dependencyManagement >
77
89
157
169
<dependency >
158
170
<groupId >io.fabric8</groupId >
159
171
<artifactId >kubernetes-server-mock</artifactId >
160
- <version >6.8.1 </version >
172
+ <version >6.10.0 </version >
161
173
<scope >test</scope >
162
174
</dependency >
163
175
<dependency >
You can’t perform that action at this time.
0 commit comments