Skip to content

Commit e60f173

Browse files
committed
Update junit:junit from 4.12 to 4.13.
1 parent 24adba8 commit e60f173

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<dependency>
171171
<groupId>junit</groupId>
172172
<artifactId>junit</artifactId>
173-
<version>4.12</version>
173+
<version>4.13</version>
174174
<scope>test</scope>
175175
</dependency>
176176
</dependencies>

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
<action type="update" dev="ggregory" due-to="dengliming">
5151
Remove deprecated sudo setting. #36.
5252
</action>
53+
<action type="update" dev="ggregory" due-to="Gary Gregory">
54+
Update junit:junit from 4.12 to 4.13.
55+
</action>
5356
</release>
5457

5558
<release version="1.4" date="2017-03-09" description="New features and bug fixes">

0 commit comments

Comments
 (0)