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 2020/01/14 01:07:51 UTC

[knox] 03/22: KNOX-2182 - Upgrade aspectj to 1.9.5

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

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git

commit 381ec452b8a9e88cddcd8cbb70daa3f3ee03a72a
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Mon Jan 13 19:06:00 2020 -0500

    KNOX-2182 - Upgrade aspectj to 1.9.5
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bb7b9d6..f6c3564 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
         <apache-rat-plugin.version>0.13</apache-rat-plugin.version>
         <ant-nodeps.version>1.8.1</ant-nodeps.version>
         <asm.version>7.3.1</asm.version>
-        <aspectj.version>1.9.4</aspectj.version>
+        <aspectj.version>1.9.5</aspectj.version>
         <bcprov-jdk15on.version>1.64</bcprov-jdk15on.version>
         <ben-manes.caffeine.version>2.8.0</ben-manes.caffeine.version>
         <buildnumber-maven-plugin.version>1.4</buildnumber-maven-plugin.version>