This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push:
new e60f173 Update junit:junit from 4.12 to 4.13.
e60f173 is described below
commit e60f1731bf74002881e6bb4ab141195587e40be4
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 24 11:40:37 2020 -0400
Update junit:junit from 4.12 to 4.13.
---
pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 59529d3..8423159 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <version>4.13</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bdd329a..f2e1c86 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,6 +50,9 @@
<action type="update" dev="ggregory" due-to="dengliming">
Remove deprecated sudo setting. #36.
</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">
+ Update junit:junit from 4.12 to 4.13.
+ </action>
</release>
<release version="1.4" date="2017-03-09" description="New features and bug
fixes">