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


[POOL-322] Update optional cglib library from 3.1 to 3.2.5.

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

Branch: refs/heads/master
Commit: 91a65458507639f9c8b74d8aaad78918b5dfdab1
Parents: 8e87b9e
Author: Gary Gregory <ggreg...@apache.org>
Authored: Sat Mar 25 21:50:44 2017 -0700
Committer: Gary Gregory <ggreg...@apache.org>
Committed: Sat Mar 25 21:50:44 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/91a65458/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 42fadd2..93f887e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
     <dependency>
       <groupId>cglib</groupId>
       <artifactId>cglib</artifactId>
-      <version>3.1</version>
+      <version>3.2.5</version>
       <optional>true</optional>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/commons-pool/blob/91a65458/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c710cd5..41f55eb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -86,6 +86,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="mattsicker" issue="POOL-320" type="add">
       Use more efficient stack walking mechanisms for usage tracking when 
possible.
     </action>
+    <action dev="ggregory" issue="POOL-322" type="update">
+      Update optional cglib library from 3.1 to 3.2.5.
+    </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