Skip to content

Commit

Permalink
chore (deps) : bump commons-compress to v1.25.0
Browse files Browse the repository at this point in the history
This dependency should be as same as one required by Fabric8 Kubernetes
Client otherwise upload would start failing.

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
  • Loading branch information
rohanKanojia committed Dec 27, 2023
1 parent beafd38 commit dff3ac5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<properties>
<version.fabric8.client>${fabric8.version}</version.fabric8.client>
<commons-codec.version>1.15</commons-codec.version>
<commons-compress.version>1.21</commons-compress.version>
<!-- Should be same as one required by Fabric8 K8s Client -->
<commons-compress.version>1.25.0</commons-compress.version>
<slf4j-api.version>1.7.5</slf4j-api.version>
<slf4j-simple.version>1.7.28</slf4j-simple.version>
<json.version>20230227</json.version>
Expand Down Expand Up @@ -49,11 +49,6 @@
<artifactId>openshift-server-mock</artifactId>
</dependency>

<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons-codec.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
Expand Down

0 comments on commit dff3ac5

Please sign in to comment.