Repository: commons-pool
Updated Branches:
  refs/heads/master 91a654585 -> c52ef8e57


[POOL-323] Update optional OW2 ASM from 5.0.4 to 5.2.

Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/c52ef8e5
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/c52ef8e5
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/c52ef8e5

Branch: refs/heads/master
Commit: c52ef8e57f8641fdd6371122445f9415c8145113
Parents: 91a6545
Author: Gary Gregory <ggreg...@apache.org>
Authored: Sat Mar 25 21:58:41 2017 -0700
Committer: Gary Gregory <ggreg...@apache.org>
Committed: Sat Mar 25 21:58:41 2017 -0700

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/c52ef8e5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 93f887e..1c24807 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-util</artifactId>
-      <version>5.0.4</version>
+      <version>5.2</version>
       <optional>true</optional>
     </dependency>
     

http://git-wip-us.apache.org/repos/asf/commons-pool/blob/c52ef8e5/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 41f55eb..e251919 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -89,6 +89,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" issue="POOL-322" type="update">
       Update optional cglib library from 3.1 to 3.2.5.
     </action>
+    <action dev="ggregory" issue="POOL-323" type="update">
+      Update optional OW2 ASM from 5.0.4 to 5.2.
+    </action>
   </release>
   <release version="2.4.2" date="2015-08-01" description=
  "This is a patch release, including bug fixes only.">

Reply via email to