Repository: commons-pool Updated Branches: refs/heads/master 76faa5170 -> 08179eb3d
[POOL-342] Update optional library asm-util from 6.1.1 to 6.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/08179eb3 Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/08179eb3 Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/08179eb3 Branch: refs/heads/master Commit: 08179eb3d656a3be9dd00455ca135a48dee4eba6 Parents: 76faa51 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Sat May 26 09:24:35 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Sat May 26 09:24: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/08179eb3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4093990..e38dfa0 100644 --- a/pom.xml +++ b/pom.xml @@ -133,7 +133,7 @@ <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-util</artifactId> - <version>6.1.1</version> + <version>6.2</version> <optional>true</optional> </dependency> http://git-wip-us.apache.org/repos/asf/commons-pool/blob/08179eb3/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5f8e13a..8f5f9c9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,6 +56,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" issue="POOL-341" type="update"> Update optional library asm-util from 6.0 to 6.1.1. </action> + <action dev="ggregory" issue="POOL-342" type="update"> + Update optional library asm-util from 6.1.1 to 6.2. + </action> <action dev="ggregory" issue="POOL-338" type="fix" due-to="Michael C, Gary Gregory"> GenericObjectPool constructor may throw an exception under OSGi. </action>