Просмотр исходного кода

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

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

GitOrigin-RevId: cb4f6cca09d991114bd784af6d2a79d887de256d
Miguel Serrano 3 лет назад
Родитель
Сommit
7aa68ebcec
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      services/git-bridge/pom.xml

+ 2 - 2
services/git-bridge/pom.xml

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