You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/08/16 05:18:25 UTC

commons-pool git commit: [POOL-349] Update optional library asm-util from 6.2 to 6.2.1.

Repository: commons-pool
Updated Branches:
  refs/heads/master 3e02523b6 -> 3feab0942


[POOL-349] Update optional library asm-util from 6.2 to 6.2.1.

Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/3feab094
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/3feab094
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/3feab094

Branch: refs/heads/master
Commit: 3feab0942b21164e1b96626019d424f71ddbb024
Parents: 3e02523
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed Aug 15 23:18:22 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed Aug 15 23:18:22 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/3feab094/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c0cb3c9..35f7a67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-util</artifactId>
-      <version>6.2</version>
+      <version>6.2.1</version>
       <optional>true</optional>
     </dependency>
     

http://git-wip-us.apache.org/repos/asf/commons-pool/blob/3feab094/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bee05d3..2e61754 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-347" type=fix" due-to="Shunsuke Nakamura">
       borrowObject waits for maxWaitMillis over in pool full.
     </action>
+    <action dev="ggregory" issue="POOL-349" type="update">
+      Update optional library asm-util from 6.2 to 6.2.1.
+    </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">