Merge pull request #12551 from overleaf/msm-git-bridge-vulnerabilites

[git-bridge] Update `httpclient` and `commons-compress`

GitOrigin-RevId: cb4f6cca09d991114bd784af6d2a79d887de256d
This commit is contained in:
Miguel Serrano 2023-04-11 10:50:05 +02:00 committed by Copybot
parent 8e0aa685ce
commit 7aa68ebcec

View file

@ -200,7 +200,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.5</version>
<version>4.5.14</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
<dependency>
@ -212,7 +212,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.20</version>
<version>1.23.0</version>
</dependency>
<!-- prometheus metrics -->
<dependency>