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 2019/09/27 22:00:08 UTC

[knox] 01/20: KNOX-2036 - Upgrade cors-filter to 2.8

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 b80ffff3bf3c9e4a1a9c31124409f90085b51cdc
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Fri Sep 27 15:55:28 2019 -0500

    KNOX-2036 - Upgrade cors-filter to 2.8
    
    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 6382013..f2e8533 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@
         <commons-lang3.version>3.9</commons-lang3.version>
         <commons-net.version>3.6</commons-net.version>
         <commons-text.version>1.7</commons-text.version>
-        <cors-filter.version>2.6</cors-filter.version>
+        <cors-filter.version>2.8</cors-filter.version>
         <curator.version>4.2.0</curator.version>
         <dependency-check-maven.version>5.2.1</dependency-check-maven.version>
         <dockerfile-maven-plugin.version>1.4.12</dockerfile-maven-plugin.version>