Repository: commons-pool
Updated Branches:
  refs/heads/master d8992b5e2 -> 98473b8fb


[POOL-333] Update optional dependency asm-util from 5.2 to 6.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/98473b8f
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/98473b8f
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/98473b8f

Branch: refs/heads/master
Commit: 98473b8fb49e57b4bb84f354ca0fef925a65b12f
Parents: d8992b5
Author: Gary Gregory <ggreg...@apache.org>
Authored: Wed Nov 1 09:16:14 2017 -0600
Committer: Gary Gregory <ggreg...@apache.org>
Committed: Wed Nov 1 09:16:14 2017 -0600

----------------------------------------------------------------------
 pom.xml                 | 3 ++-
 src/changes/changes.xml | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/98473b8f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a415ce2..e28ade4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-util</artifactId>
-      <version>5.2</version>
+      <version>6.0</version>
       <optional>true</optional>
     </dependency>
     
@@ -167,6 +167,7 @@
     
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-pool</commons.scmPubUrl>
     
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     
<commons.osgi.import>net.sf.cglib.proxy;resolution:=optional,*</commons.osgi.import>
+    <commons.animal-sniffer.version>1.16</commons.animal-sniffer.version>
   </properties> 
 
   <build>

http://git-wip-us.apache.org/repos/asf/commons-pool/blob/98473b8f/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 549d68f..846d808 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,6 +53,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" issue="POOL-332" type="add">
       ObjectPool and KeyedObject pool should extend Closeable.
     </action>
+    <action dev="ggregory" issue="POOL-333" type="update">
+      Update optional dependency asm-util from 5.2 to 6.0.
+    </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">

Reply via email to