Repository: commons-pool Updated Branches: refs/heads/release 97c5ee0a5 -> 5c156f7f4
[POOL-358] Update optional library asm-util from 6.2.1 to 7.0. Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/5c156f7f Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/5c156f7f Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/5c156f7f Branch: refs/heads/release Commit: 5c156f7f4f489d2021be965dab8dcf179ee70f49 Parents: 97c5ee0 Author: Gary Gregory <[email protected]> Authored: Sun Oct 28 09:28:01 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Sun Oct 28 09:28:01 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/5c156f7f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index eff3efb..9225a53 100644 --- a/pom.xml +++ b/pom.xml @@ -133,7 +133,7 @@ <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-util</artifactId> - <version>6.2.1</version> + <version>7.0</version> <optional>true</optional> </dependency> http://git-wip-us.apache.org/repos/asf/commons-pool/blob/5c156f7f/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index dc1152c..5e9f2cc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -59,6 +59,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" issue="POOL-349" type="update"> Update optional library asm-util from 6.2 to 6.2.1. </action> + <action dev="ggregory" issue="POOL-358" type="update"> + Update optional library asm-util from 6.2.1 to 7.0. + </action> </release> <release version="2.6.0" date="2018-07-06" description="This is a maintenance release."> <action dev="ggregory" issue="POOL-336" type="update" due-to="Wolfgang Glas">
