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/04/08 18:32:10 UTC

[knox] branch master updated (38b56bb -> d3b556b)

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

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


    from 38b56bb  KNOX-2315 - Fix zookeeper Kerberos Auth (#304)
     new 92b2ac4  KNOX-2319 - Upgrade commons-compress to 1.20
     new d3b556b  KNOX-2320 - Upgrade xmlsec to 2.1.5

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[knox] 01/02: KNOX-2319 - Upgrade commons-compress to 1.20

Posted by kr...@apache.org.
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 92b2ac4ea0fa8b3379136b5fb6e441a65547629a
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Wed Apr 8 13:51:42 2020 -0400

    KNOX-2319 - Upgrade commons-compress to 1.20
    
    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 f5342b9..fe39d20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
         <commons-cli.version>1.4</commons-cli.version>
         <commons-codec.version>1.14</commons-codec.version>
         <commons-collections.version>3.2.2</commons-collections.version>
-        <commons-compress.version>1.19</commons-compress.version>
+        <commons-compress.version>1.20</commons-compress.version>
         <commons-configuration.version>1.10</commons-configuration.version>
         <commons-digester3.version>3.2</commons-digester3.version>
         <commons-io.version>2.6</commons-io.version>


[knox] 02/02: KNOX-2320 - Upgrade xmlsec to 2.1.5

Posted by kr...@apache.org.
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 d3b556b5c6e90f791151c593284853ccd787401f
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Wed Apr 8 13:52:17 2020 -0400

    KNOX-2320 - Upgrade xmlsec to 2.1.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 fe39d20..dc21d42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -256,7 +256,7 @@
         <txw2.version>2.4.0-b180830.0438</txw2.version>
         <velocity.version>1.7</velocity.version>
         <woodstox-core.version>6.1.1</woodstox-core.version>
-        <xmlsec.version>2.1.4</xmlsec.version>
+        <xmlsec.version>2.1.5</xmlsec.version>
         <xmltool.version>3.3</xmltool.version>
         <xml-matchers.version>0.10</xml-matchers.version>
         <zookeeper.version>3.5.7</zookeeper.version>