Ver código fonte

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 4 anos atrás
pai
commit
b2370c9fed
1 arquivos alterados com 1 adições e 1 exclusões
  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>