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

Merge pull request #119 from overleaf/dependabot-maven-commons-io-commons-io-2.10.0

Bump commons-io from 2.6 to 2.10.0
Shane Kilkelly 5 лет назад
Родитель
Сommit
3c04d8554b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      services/git-bridge/pom.xml

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

@@ -186,7 +186,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.6</version>
+            <version>2.10.0</version>
         </dependency>
         <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-compress -->
         <dependency>