We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6ac0d commit 629a42eCopy full SHA for 629a42e
helm-wrapper/pom.xml
@@ -72,7 +72,7 @@
72
<dependency>
73
<groupId>io.fabric8</groupId>
74
<artifactId>kubernetes-httpclient-okhttp</artifactId>
75
- <version>7.0.1</version>
+ <version>7.1.0</version>
76
<scope>runtime</scope>
77
</dependency>
78
pom.xml
@@ -20,7 +20,7 @@
20
21
</distributionManagement>
22
<properties>
23
- <fabric8io.version>7.0.1</fabric8io.version>
+ <fabric8io.version>7.1.0</fabric8io.version>
24
<maven.compiler.release>21</maven.compiler.release>
25
<java.version>21</java.version>
26
</properties>
0 commit comments