Skip to content

Commit

Permalink
Bug 1762572: bump kubernetes-client
Browse files Browse the repository at this point in the history
  • Loading branch information
jcantrill committed Nov 20, 2019
1 parent 38eaa21 commit cfc7d6b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

<elasticsearch.plugin.name>openshift-elasticsearch</elasticsearch.plugin.name>
<elasticsearch.version>5.6.16</elasticsearch.version>
<kubernetes-client.version>4.4.2</kubernetes-client.version>
<kubernetes-client.version>4.6.3</kubernetes-client.version>
<searchguard.version>5.6.16-19.3</searchguard.version>
<searchguard-ssl.version>5.6.16-23</searchguard-ssl.version>
<!-- used by vendor builds to use vendor version of searchguard plugins -->
Expand All @@ -92,6 +92,14 @@
<artifactId>kubernetes-openshift-uberjar</artifactId>
<version>${kubernetes-client.version}</version>
<exclusions>
<exclusion>
<artifactId>jackson-annotations</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
</exclusion>
<exclusion>
<artifactId>jackson-databind</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
</exclusion>
<exclusion>
<artifactId>jackson-core</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit cfc7d6b

Please sign in to comment.