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/01/23 16:32:38 UTC

[knox] branch master updated (1a8f83f -> a23e70a)

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 1a8f83f  KNOX-1738 - Upgrade nimbus-jose-jwt to 6.7
     new 825d0a9  KNOX-1745 - Upgrade hadoop to 3.2.0
     new a23e70a  KNOX-1748 - Upgrade eclipselink to 2.7.4

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-1745 - Upgrade hadoop to 3.2.0

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 825d0a93826a176dbd556b9d9d91080256bfa353
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Wed Jan 23 10:47:08 2019 -0500

    KNOX-1745 - Upgrade hadoop to 3.2.0
    
    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 5876062..da6548d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
         <forbiddenapis.version>2.6</forbiddenapis.version>
         <groovy.version>2.5.5</groovy.version>
         <guava.version>27.0.1-jre</guava.version>
-        <hadoop.version>3.1.1</hadoop.version>
+        <hadoop.version>3.2.0</hadoop.version>
         <hamcrest.version>2.1</hamcrest.version>
         <hamcrest-json.version>0.2</hamcrest-json.version>
         <httpclient.version>4.5.6</httpclient.version>


[knox] 02/02: KNOX-1748 - Upgrade eclipselink to 2.7.4

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 a23e70a1d37e1e0e3cbf057918da1295c62ad539
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Wed Jan 23 10:49:14 2019 -0500

    KNOX-1748 - Upgrade eclipselink to 2.7.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 da6548d..5565b1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@
         <curator-test.version>2.13.0</curator-test.version>
         <dependency-check-maven.version>4.0.2</dependency-check-maven.version>
         <easymock.version>4.0.2</easymock.version>
-        <eclipselink.version>2.7.3</eclipselink.version>
+        <eclipselink.version>2.7.4</eclipselink.version>
         <ehcache.version>2.6.11</ehcache.version>
         <findsecbugs-plugin.version>1.8.0</findsecbugs-plugin.version>
         <forbiddenapis.version>2.6</forbiddenapis.version>