This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new abc664b852 Bump protobuf-java from 3.12.4 to 3.16.1 in /alluxio (#4429) abc664b852 is described below commit abc664b852ae7800eb1e5cdcfb6fcb9473e2f492 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Jul 28 01:19:33 2022 +0900 Bump protobuf-java from 3.12.4 to 3.16.1 in /alluxio (#4429) Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.12.4 to 3.16.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.12.4...v3.16.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:development ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- alluxio/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alluxio/pom.xml b/alluxio/pom.xml index 0920c3c512..7452fa3b57 100644 --- a/alluxio/pom.xml +++ b/alluxio/pom.xml @@ -53,7 +53,7 @@ <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> - <version>3.12.4</version> + <version>3.16.1</version> <scope>test</scope> </dependency>