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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new fae7302  Update JUnit from 4.12 to 4.13.
fae7302 is described below

commit fae7302a8170bbdbec4330e37db4cef61bd70a4e
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 6 11:54:20 2020 -0500

    Update JUnit from 4.12 to 4.13.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c23e481..2578ce7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -477,7 +477,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f2cac23..ac11f00 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">Update tests from JNA 5.4.0 to 5.5.0.</action>
       <action                  type="update" dev="ggregory" due-to="Arthur 
Kupriyanov">Replaced deprecated constants in examples ()#38).</action>
       <action                  type="update" dev="ggregory" due-to="Michael 
Ernst">Improve documentation of Pass3bVerifier (#37).</action>
+      <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">Update JUnit from 4.12 to 4.13.</action>
     </release> 
     <release version="6.4.1" date="2019-09-26" description="Bug fix release.">
       <action issue="BCEL-328" type="fix" dev="ggregory" due-to="Gary Gregory, 
Mark Roberts">java.util.EmptyStackException at 
org.apache.bcel.classfile.DescendingVisitor.visitModule 
(DescendingVisitor.java:592).</action>

Reply via email to