You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ac...@apache.org on 2016/03/31 08:51:49 UTC

karaf git commit: [KARAF-4459] Upgrade Cglib to version 3.2.1

Repository: karaf
Updated Branches:
  refs/heads/master 9de101e5e -> c037cfcbd


[KARAF-4459] Upgrade Cglib to version 3.2.1


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

Branch: refs/heads/master
Commit: c037cfcbdc6a1a5067d917500e0f878604bf52db
Parents: 9de101e
Author: Andrea Cosentino <an...@gmail.com>
Authored: Thu Mar 31 08:51:00 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Thu Mar 31 08:51:00 2016 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/c037cfcb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b81ea30..d9eb8f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
         <antlr.bundle.version>2.7.7_5</antlr.bundle.version>
         <asm.version>5.0.4</asm.version>
         <asm.springsource.version>1.5.3</asm.springsource.version>
-        <cglib.bundle.version>3.2.0_1</cglib.bundle.version>
+        <cglib.bundle.version>3.2.1_1</cglib.bundle.version>
         <cglib2.version>2.2.0</cglib2.version>
 
         <commons-beanutils.version>1.9.2</commons-beanutils.version>