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/02/24 18:42:24 UTC

[knox] 01/07: KNOX-2248 - Upgrade cryptacular to 1.2.4

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 b04e5cb6c3abfc484c617adb78e991c0f4aed0d2
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Mon Feb 24 12:03:14 2020 -0500

    KNOX-2248 - Upgrade cryptacular to 1.2.4
    
    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 132a920..6f17e9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,7 @@
         <commons-net.version>3.6</commons-net.version>
         <commons-text.version>1.8</commons-text.version>
         <cors-filter.version>2.8</cors-filter.version>
-        <cryptacular.version>1.2.3</cryptacular.version>
+        <cryptacular.version>1.2.4</cryptacular.version>
         <curator.version>4.2.0</curator.version>
         <dependency-check-maven.version>5.3.0</dependency-check-maven.version>
         <derby.db.version>10.14.2.0</derby.db.version> <!-- 10.15.1.3 requires Java 9 -->