Skip to content

Commit

Permalink
Update commons-compress to 1.24.0 (#405)
Browse files Browse the repository at this point in the history
Addresses CVE-2023-42503
  • Loading branch information
onobc authored Sep 15, 2023
1 parent 9a2749a commit 84dd105
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spring-cloud-deployer-cloudfoundry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<java.version>1.8</java.version>
<cloudfoundry-java-lib.version>4.16.0.RELEASE</cloudfoundry-java-lib.version>
<pivotal-cf-client-reactor.version>2.2.0.RELEASE</pivotal-cf-client-reactor.version>
<commons-compress.version>1.24.0</commons-compress.version>
<okhttp.version>3.14.9</okhttp.version>
</properties>

Expand Down Expand Up @@ -44,6 +45,11 @@
<artifactId>cloudfoundry-client-reactor</artifactId>
<version>${cloudfoundry-java-lib.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>${commons-compress.version}</version>
</dependency>
<dependency>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-operations</artifactId>
Expand Down

0 comments on commit 84dd105

Please sign in to comment.