We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c163729 commit 7eac7bdCopy full SHA for 7eac7bd
helm-wrapper/pom.xml
@@ -72,7 +72,7 @@
72
<dependency>
73
<groupId>io.fabric8</groupId>
74
<artifactId>kubernetes-httpclient-okhttp</artifactId>
75
- <version>7.4.0</version>
+ <version>7.5.2</version>
76
<scope>runtime</scope>
77
</dependency>
78
pom.xml
@@ -20,7 +20,7 @@
20
21
</distributionManagement>
22
<properties>
23
- <fabric8io.version>7.4.0</fabric8io.version>
+ <fabric8io.version>7.5.2</fabric8io.version>
24
<maven.compiler.release>25</maven.compiler.release>
25
<java.version>25</java.version>
26
</properties>
0 commit comments