Skip to content

Commit

Permalink
fix(deps): update fabric8-kubernetes-client monorepo to v7.0.1 (#538)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 94f32e3 commit fa3cbee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-httpclient-okhttp</artifactId>
<version>7.0.0</version>
<version>7.0.1</version>
<scope>runtime</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

</distributionManagement>
<properties>
<fabric8io.version>7.0.0</fabric8io.version>
<fabric8io.version>7.0.1</fabric8io.version>
<maven.compiler.release>21</maven.compiler.release>
<java.version>21</java.version>
</properties>
Expand Down

0 comments on commit fa3cbee

Please sign in to comment.