You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/05/28 18:49:54 UTC

[commons-pool] branch master updated: Update junit:junit 4.12 -> 4.13. Update org.ow2.asm:asm-util 8.0 -> 8.0.1.

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


The following commit(s) were added to refs/heads/master by this push:
     new 70c1554  Update junit:junit 4.12 -> 4.13. Update org.ow2.asm:asm-util 8.0 -> 8.0.1.
70c1554 is described below

commit 70c15548d8c25d3e71ab65a3ca44f096f21e343d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 28 14:49:50 2020 -0400

    Update junit:junit 4.12 -> 4.13.
    Update org.ow2.asm:asm-util 8.0 -> 8.0.1.
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5c0a51e..15ba20b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -135,7 +135,7 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-util</artifactId>
-      <version>8.0</version>
+      <version>8.0.1</version>
       <optional>true</optional>
     </dependency>
     
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9c8e76c..6532653 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,7 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
        [Javadoc] Add missing @throws comment in PoolUtils. #27.
     </action>
     <action dev="ggregory" issue="POOL-384" type="update" due-to="Gary Gregory">
-      Update optional library org.ow2.asm:asm-util from 8.0.
+      Update optional library org.ow2.asm:asm-util from 7.2 to 8.0.1.
     </action>
   </release>
   <release version="2.8.0" date="2019-12-05" description="This is a maintenance release (Java 8).">