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 2019/08/26 22:32:14 UTC

[commons-pool] branch master updated: [POOL-375] Update optional library cglib from 3.2.12 to 3.3.0.

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 347dc49  [POOL-375] Update optional library cglib from 3.2.12 to 3.3.0.
347dc49 is described below

commit 347dc49b1db62b6d51e982cf9fce8132fcf87ae5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 26 18:32:07 2019 -0400

    [POOL-375] Update optional library cglib from 3.2.12 to 3.3.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 00288ff..c60f6a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
     <dependency>
       <groupId>cglib</groupId>
       <artifactId>cglib</artifactId>
-      <version>3.2.12</version>
+      <version>3.3.0</version>
       <optional>true</optional>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 89b89a5..0076e9b 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" issue="POOL-374" type="fix" due-to="Gary Gregory, Phil Steitz">
        org.apache.commons.pool2.impl.GenericKeyedObjectPool.returnObject(K, T) should throw IllegalStateException instead of NullPointerException when a key is not found in the pool map.
     </action>
+    <action dev="ggregory" issue="POOL-375" type="update" due-to="Gary Gregory">
+       Update optional library cglib from 3.2.12 to 3.3.0.
+    </action>
   </release>
   <release version="2.7.0" date="2019-07-25" description="This is a feature release (Java 8).">
     <action dev="ggregory" issue="POOL-364" type="update" due-to="Gary Gregory">