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/09/10 19:06:54 UTC

[knox] 04/06: KNOX-2451 - Upgrade protobuf-java to 3.13.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 90070c01eaa91df0d9ec24125dd782595b0eca6e
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Thu Sep 10 14:43:15 2020 -0400

    KNOX-2451 - Upgrade protobuf-java to 3.13.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 bc1c1a6..2945369 100644
--- a/pom.xml
+++ b/pom.xml
@@ -245,7 +245,7 @@
         <okhttp.version>2.7.5</okhttp.version>
         <opensaml.version>3.4.5</opensaml.version>
         <pac4j.version>4.0.3</pac4j.version>
-        <protobuf.version>3.12.4</protobuf.version>
+        <protobuf.version>3.13.0</protobuf.version>
         <rest-assured.version>4.3.1</rest-assured.version>
         <shiro.version>1.5.3</shiro.version>
         <shrinkwrap.version>1.2.6</shrinkwrap.version>