Browse Source

Merge pull request #66 from jhonnymertz/dependabot/maven/junit-junit-4.13.1

Bump junit from 4.12 to 4.13.1
Jhonny Mertz 4 năm trước cách đây
mục cha
commit
cf146d134f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -74,7 +74,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.12</version>
+            <version>4.13.1</version>
             <scope>test</scope>
         </dependency>