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/03/12 17:17:36 UTC

[knox] branch master updated (bd0ab3e -> c30a87b)

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 bd0ab3e  KNOX-1822 - Upgrade dependency-check-maven to 5.0.0-M1
     new bb870b8  KNOX-1823 - Upgrade protobuf-java to 3.7.0
     new c30a87b  KNOX-1824 - Upgrade guava to 27.1-jre

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] 02/02: KNOX-1824 - Upgrade guava to 27.1-jre

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 c30a87b620b78cc705e2c9cba64f6bbf73cf00c6
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Tue Mar 12 12:50:06 2019 -0400

    KNOX-1824 - Upgrade guava to 27.1-jre
    
    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 e3df67b..a5f725e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
         <findsecbugs-plugin.version>1.8.0</findsecbugs-plugin.version>
         <forbiddenapis.version>2.6</forbiddenapis.version>
         <groovy.version>2.5.6</groovy.version>
-        <guava.version>27.0.1-jre</guava.version>
+        <guava.version>27.1-jre</guava.version>
         <hadoop.version>3.2.0</hadoop.version>
         <hamcrest.version>2.1</hamcrest.version>
         <hamcrest-json.version>0.2</hamcrest-json.version>


[knox] 01/02: KNOX-1823 - Upgrade protobuf-java to 3.7.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 bb870b8002915d9bb2b299e46154924b341a7618
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Tue Mar 12 12:49:13 2019 -0400

    KNOX-1823 - Upgrade protobuf-java to 3.7.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 8b5b2dc..e3df67b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,7 +213,7 @@
         <nimbus-jose-jwt.version>7.0.1</nimbus-jose-jwt.version>
         <okhttp.version>2.7.5</okhttp.version>
         <pac4j.version>3.6.1</pac4j.version>
-        <protobuf.version>3.6.1</protobuf.version>
+        <protobuf.version>3.7.0</protobuf.version>
         <rest-assured.version>3.3.0</rest-assured.version>
         <shiro.version>1.4.0</shiro.version>
         <shrinkwrap.version>1.2.6</shrinkwrap.version>