浏览代码

Bump junit to 4.13.1

tags/4.6.0.2311
Mark Rekveld 3 年前
父节点
当前提交
770d823a97
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      it/pom.xml
  2. 1
    1
      pom.xml

+ 1
- 1
it/pom.xml 查看文件

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

+ 1
- 1
pom.xml 查看文件

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

正在加载...
取消
保存