deps: bump JKube to 1.6.0 (#966)

This commit is contained in:
Marc Nuri
2022-02-15 12:39:25 +01:00
committed by GitHub
parent d947f623c8
commit 35ff8f7519
2 changed files with 1 additions and 7 deletions

View File

@@ -72,7 +72,7 @@
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
<maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<kubernetes.maven.plugin.version>1.5.1</kubernetes.maven.plugin.version>
<kubernetes.maven.plugin.version>1.6.0</kubernetes.maven.plugin.version>
<groovy.version>2.4.12</groovy.version>
<restassured.version>3.0.2</restassured.version>

View File

@@ -63,12 +63,6 @@
<includes>
<include>spring-boot</include>
</includes>
<config>
<spring-boot>
<!-- TODO: Remove when Eclipse JKube 1.6.0 is released -->
<from>quay.io/jkube/jkube-java:0.0.13</from>
</spring-boot>
</config>
</generator>
</configuration>
<executions>