aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-07 22:37:06 +0000
committerGitHub <noreply@github.com>2022-01-07 22:37:06 +0000
commit27a6c3b8083e5a4dbd7d0e78f29aa06324d53cff (patch)
tree6cb1218426abc5a25c17e29e1d410f87f6331c78
parentfa8857b5f2e4c6c52620d7e82f3b6f635eee73fe (diff)
Bump protobuf-java from 2.5.0 to 3.16.1 in /vespa-hadoop
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 2.5.0 to 3.16.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v2.5.0...v3.16.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--vespa-hadoop/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespa-hadoop/pom.xml b/vespa-hadoop/pom.xml
index d6d9d0e2141..2ebfa7f60c1 100644
--- a/vespa-hadoop/pom.xml
+++ b/vespa-hadoop/pom.xml
@@ -73,7 +73,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>2.5.0</version>
+ <version>3.16.1</version>
<scope>provided</scope>
</dependency>
<dependency>