Skip to content

Commit 68f1424

Browse files
authored
Merge pull request #412 from java-operator-sdk/update-client
Update client
2 parents b4c6483 + 00bb89c commit 68f1424

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
<junit.version>5.7.0</junit.version>
3939
<surefire.version>3.0.0-M5</surefire.version>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
41-
<fabric8-client.version>5.2.1</fabric8-client.version>
41+
<fabric8-client.version>5.3.1</fabric8-client.version>
42+
<sundrio.version>0.30.6</sundrio.version>
4243
<slf4j.version>1.7.30</slf4j.version>
4344
</properties>
4445

@@ -53,6 +54,12 @@
5354

5455
<dependencyManagement>
5556
<dependencies>
57+
<dependency>
58+
<groupId>io.sundr</groupId>
59+
<artifactId>sundr-codegen</artifactId>
60+
<version>${sundrio.version}</version>
61+
<scope>provided</scope>
62+
</dependency>
5663
<dependency>
5764
<groupId>io.fabric8</groupId>
5865
<artifactId>kubernetes-client-bom</artifactId>

0 commit comments

Comments
 (0)