瀏覽代碼

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 年之前
父節點
當前提交
b2370c9fed
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>