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 ce6cf1037037b66547b0bec4c2cf569a9ecf4393 Author: Kevin Risden <[email protected]> AuthorDate: Mon Feb 24 12:05:48 2020 -0500 KNOX-2246 - Upgrade protobuf-java to 3.11.4 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 ef859a8..af4bbb1 100644 --- a/pom.xml +++ b/pom.xml @@ -236,7 +236,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.11.1</protobuf.version> + <protobuf.version>3.11.4</protobuf.version> <rest-assured.version>4.2.0</rest-assured.version> <shiro.version>1.4.2</shiro.version> <shrinkwrap.version>1.2.6</shrinkwrap.version>
