Repository: commons-pool Updated Branches: refs/heads/master ca327dffb -> 8bd498978
[POOL-339] Update optional library cglib from 3.2.5 to 3.2.6. Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/8bd49897 Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/8bd49897 Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/8bd49897 Branch: refs/heads/master Commit: 8bd498978d9a78180a3c2240b97344fe58ac4035 Parents: ca327df Author: Gary Gregory <[email protected]> Authored: Thu Apr 5 14:20:35 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Thu Apr 5 14:20:35 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/8bd49897/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 18f1773..f913e97 100644 --- a/pom.xml +++ b/pom.xml @@ -127,7 +127,7 @@ <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> - <version>3.2.5</version> + <version>3.2.6</version> <optional>true</optional> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/commons-pool/blob/8bd49897/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5171970..b23f255 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -68,6 +68,9 @@ The <action> type attribute can be add,update,fix,remove. Make abandoned logging stack trace requirements configurable. This also reverts the default behavior introduced by POOL-320. </action> + <action dev="ggregory" issue="POOL-339" type="update"> + Update optional library cglib from 3.2.5 to 3.2.6. + </action> </release> <release version="2.4.3" date="2017-10-24" description="This is a patch release, including bug fixes only."> <action dev="ggregory" issue="POOL-328" type="fix" due-to="Lorenzo Solano Martinez">
