Explorar el Código

Merge pull request #7084 from nextcloud/dependabot/maven/automationTest/junit-junit-4.13.1

Bump junit from 4.11 to 4.13.1 in /automationTest
Andy Scherzinger hace 4 años
padre
commit
b2370c9fed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      automationTest/pom.xml

+ 1 - 1
automationTest/pom.xml

@@ -36,7 +36,7 @@
     <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.11</version>
+        <version>4.13.1</version>
     </dependency>
     <dependency>
         <groupId>org.seleniumhq.selenium</groupId>