You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2018/12/12 19:52:47 UTC

knox git commit: KNOX-1673 - Upgrade cglib to 3.2.10

Repository: knox
Updated Branches:
  refs/heads/master ea040febb -> aa4ef4758


KNOX-1673 - Upgrade cglib to 3.2.10

Signed-off-by: Kevin Risden <kr...@apache.org>


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

Branch: refs/heads/master
Commit: aa4ef4758a097630fa323bfca14fea12f2b296b8
Parents: ea040fe
Author: Kevin Risden <kr...@apache.org>
Authored: Wed Dec 12 13:39:52 2018 -0500
Committer: Kevin Risden <kr...@apache.org>
Committed: Wed Dec 12 14:26:48 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/knox/blob/aa4ef475/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 949a1c4..7d1c0ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
         <ant-nodeps.version>1.8.1</ant-nodeps.version>
         <asm.version>7.0</asm.version>
         <buildnumber-maven-plugin.version>1.4</buildnumber-maven-plugin.version>
-        <cglib.version>3.2.9</cglib.version>
+        <cglib.version>3.2.10</cglib.version>
         <checkstyle.version>8.15</checkstyle.version>
         <commons-beanutils.version>1.9.3</commons-beanutils.version>
         <commons-cli.version>1.4</commons-cli.version>