Skip to content

Commit e7eecbd

Browse files
authored
升级单测 unitauto-java, unitauto-jar 分别至 2.6.0, 2.6.1
1 parent ea1c71b commit e7eecbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.framework</groupId>
77
<artifactId>apijson-framework</artifactId>
8-
<version>4.6.0</version>
8+
<version>4.6.1</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONFramework</name>
@@ -49,12 +49,12 @@
4949
<dependency>
5050
<groupId>com.github.TommyLemon</groupId>
5151
<artifactId>unitauto-java</artifactId>
52-
<version>2.5.3</version>
52+
<version>2.6.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.github.TommyLemon</groupId>
5656
<artifactId>unitauto-jar</artifactId>
57-
<version>2.5.3</version>
57+
<version>2.6.1</version>
5858
</dependency>
5959
<!-- 单元测试:可使用 libs 目录的 unitauto-java.jar 和 unitauto-jar.jar 来替代,两种方式二选一 >>>>>>>>> -->
6060

0 commit comments

Comments
 (0)