We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24497f4 commit 8a0f7b3Copy full SHA for 8a0f7b3
1 file changed
pom.xml
@@ -296,7 +296,13 @@
296
<dependency>
297
<groupId>io.fabric8</groupId>
298
<artifactId>kubernetes-client</artifactId>
299
- <version>6.10.0</version>
+ <version>6.13.5</version>
300
+ </dependency>
301
+ <!-- Override okio transitive dependency to fix CVE -->
302
+ <dependency>
303
+ <groupId>com.squareup.okio</groupId>
304
+ <artifactId>okio</artifactId>
305
+ <version>1.17.6</version>
306
</dependency>
307
308
<!-- UI frameworks -->
0 commit comments