Explorar el Código

Merge pull request #130 from overleaf/spd-apachecommons

Upgrade apache commons to 3.12
Simon Detheridge hace 5 años
padre
commit
187dfa82e5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      services/git-bridge/pom.xml

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

@@ -142,7 +142,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>3.7</version>
+            <version>3.12.0</version>
         </dependency>
         <!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic -->
         <dependency>