Skip to content

Commit

Permalink
chore (deps) : Update Fabric8 Kubernetes Client to 6.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rohan Kumar <[email protected]>
  • Loading branch information
rohanKanojia committed Jun 4, 2024
1 parent f8034dd commit f5383bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<version.fabric8.client>6.8.0</version.fabric8.client>
<fabric8.version>6.13.0</fabric8.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-bom</artifactId>
<version>${version.fabric8.client}</version>
<version>${fabric8.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit f5383bf

Please sign in to comment.