You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by st...@apache.org on 2018/11/13 13:49:57 UTC

[2/4] commons-pool git commit: POOL-349 POOL-345 update to cglib-3.2.9 and ASM-7.0

POOL-349 POOL-345 update to cglib-3.2.9 and ASM-7.0

This should bring us Java11 support


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

Branch: refs/heads/master
Commit: beef41c0780ca1117d8b8acdd5e636c93e673ee2
Parents: 4258d41
Author: Mark Struberg <st...@apache.org>
Authored: Tue Nov 13 14:45:17 2018 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Nov 13 14:46:58 2018 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/beef41c0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bc88875..b3e5d29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,13 +129,13 @@
     <dependency>
       <groupId>cglib</groupId>
       <artifactId>cglib</artifactId>
-      <version>3.2.7</version>
+      <version>3.2.9</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-util</artifactId>
-      <version>6.2.1</version>
+      <version>7.0</version>
       <optional>true</optional>
     </dependency>