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:37 UTC

[knox] 01/02: KNOX-1823 - Upgrade protobuf-java to 3.7.0

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>