You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/06/05 07:32:16 UTC

[karaf] 01/02: [KARAF-6305] Upgrade to cglib 3.2.9

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

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git

commit 807a4e6bbdfe67229ef070e4fc7ca385a27bda7e
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 4 14:59:44 2019 +0200

    [KARAF-6305] Upgrade to cglib 3.2.9
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 32f6a96..ea9489c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
         <asm.version>7.1</asm.version>
         <javax.annotation.version>1.3</javax.annotation.version>
         <awaitility.version>3.1.6</awaitility.version>
-        <cglib.bundle.version>3.2.4_1</cglib.bundle.version>
+        <cglib.bundle.version>3.2.9_1</cglib.bundle.version>
         <cglib2.version>2.2.0</cglib2.version>
         
         <jna.version>4.5.2</jna.version>