Repository: commons-pool Updated Branches: refs/heads/release 3876adf24 -> 97c5ee0a5
[POOL-357] Update optional library cglib from 3.2.7 to 3.2.8. Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/97c5ee0a Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/97c5ee0a Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/97c5ee0a Branch: refs/heads/release Commit: 97c5ee0a5de2710e4f80af4e18fa5240ce6d6c22 Parents: 3876adf Author: Gary Gregory <[email protected]> Authored: Sun Oct 28 09:22:07 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Sun Oct 28 09:22:07 2018 -0600 ---------------------------------------------------------------------- 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/97c5ee0a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b9c6ee0..eff3efb 100644 --- a/pom.xml +++ b/pom.xml @@ -127,7 +127,7 @@ <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> - <version>3.2.7</version> + <version>3.2.8</version> <optional>true</optional> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/commons-pool/blob/97c5ee0a/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 27a62f3..dc1152c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,6 +47,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" issue="POOL-345" type="update"> Update optional library cglib from 3.2.6 to 3.2.7. </action> + <action dev="ggregory" issue="POOL-357" type="update"> + Update optional library cglib from 3.2.7 to 3.2.8. + </action> <action dev="ggregory" issue="POOL-346" type="update" due-to="Michael Chen"> Move common configuration setter to BaseGenericObjectPool #9. </action>
