Skip to content

Commit cfc7d6b

Browse files
committed
Bug 1762572: bump kubernetes-client
1 parent 38eaa21 commit cfc7d6b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
<elasticsearch.plugin.name>openshift-elasticsearch</elasticsearch.plugin.name>
7575
<elasticsearch.version>5.6.16</elasticsearch.version>
76-
<kubernetes-client.version>4.4.2</kubernetes-client.version>
76+
<kubernetes-client.version>4.6.3</kubernetes-client.version>
7777
<searchguard.version>5.6.16-19.3</searchguard.version>
7878
<searchguard-ssl.version>5.6.16-23</searchguard-ssl.version>
7979
<!-- used by vendor builds to use vendor version of searchguard plugins -->
@@ -92,6 +92,14 @@
9292
<artifactId>kubernetes-openshift-uberjar</artifactId>
9393
<version>${kubernetes-client.version}</version>
9494
<exclusions>
95+
<exclusion>
96+
<artifactId>jackson-annotations</artifactId>
97+
<groupId>com.fasterxml.jackson.core</groupId>
98+
</exclusion>
99+
<exclusion>
100+
<artifactId>jackson-databind</artifactId>
101+
<groupId>com.fasterxml.jackson.core</groupId>
102+
</exclusion>
95103
<exclusion>
96104
<artifactId>jackson-core</artifactId>
97105
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)