Skip to content

Commit

Permalink
Update kubernetes packages
Browse files Browse the repository at this point in the history
### What changes are proposed in this pull request?

Try updating kubernetes packages to resolve some CVEs.

### Why are the changes needed?

Some CVEs are caused by these packages. This PR updates them to fixed
versions.

### Does this PR introduce any user facing changes?

No.

pr-link: #14830
change-id: cid-0e35a2723f6514042a976367f7a391f30638cd25
  • Loading branch information
ddadaal committed Jan 13, 2022
1 parent 2f3dffe commit 7d2f142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -214,12 +214,12 @@
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</dependency>
<dependency>
<groupId>com.beust</groupId>
Expand Down

0 comments on commit 7d2f142

Please sign in to comment.