This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new ea10d8a  [POOL-384] Update optional library org.ow2.asm:asm-util from 
8.0.
ea10d8a is described below

commit ea10d8aa2c20275a27a255ceb605ae43bdd801fb
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Mar 30 08:50:37 2020 -0400

    [POOL-384] Update optional library org.ow2.asm:asm-util from 8.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8ad14d1..5c0a51e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-util</artifactId>
-      <version>7.2</version>
+      <version>8.0</version>
       <optional>true</optional>
     </dependency>
     
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9ec8231..8b0f74a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" type="fix" due-to="Prodigysov, Gary Gregory">
        [Javadoc] Add missing @throws comment in PoolUtils. #27.
     </action>
+    <action dev="ggregory" issue="POOL-384" type="update" due-to="Gary 
Gregory">
+      Update optional library org.ow2.asm:asm-util from 8.0.
+    </action>
   </release>
   <release version="2.8.0" date="2019-12-05" description="This is a 
maintenance release (Java 8).">
     <action dev="ggregory" issue="POOL-374" type="fix" due-to="Gary Gregory, 
Phil Steitz">

Reply via email to