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 b58a0a8b41833cd9752931ca7fa94485b9310926 Author: Kevin Risden <[email protected]> AuthorDate: Mon Jan 13 19:15:21 2020 -0500 KNOX-2180 - Upgrade protobuf-java to 3.11.1 Signed-off-by: Kevin Risden <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 984b4d9..f61c930 100644 --- a/pom.xml +++ b/pom.xml @@ -234,7 +234,7 @@ <okhttp.version>2.7.5</okhttp.version> <opensaml.version>3.4.3</opensaml.version> <pac4j.version>3.8.3</pac4j.version> - <protobuf.version>3.10.0</protobuf.version> + <protobuf.version>3.11.1</protobuf.version> <rest-assured.version>4.1.2</rest-assured.version> <shiro.version>1.4.2</shiro.version> <shrinkwrap.version>1.2.6</shrinkwrap.version>
