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/04/09 15:07:03 UTC

[knox] 03/06: KNOX-1840 - Upgrade protobuf-java to 3.7.1

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 9bc418dc5fe804599a2e1fb466f32deacaf2a39c
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Mon Apr 8 14:29:57 2019 -0400

    KNOX-1840 - Upgrade protobuf-java to 3.7.1
    
    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 badf6d8..d3a304a 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.7.0</protobuf.version>
+        <protobuf.version>3.7.1</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>