Skip to content

Commit

Permalink
Bump protobuf-java from 3.5.1 to 3.16.1 in /interactive_engine (#1260)
Browse files Browse the repository at this point in the history
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.5.1 to 3.16.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.5.1...v3.16.1)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 10, 2022
1 parent 83c6842 commit 334e624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interactive_engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<log4j2.version>[2.17.1,)</log4j2.version>
<hadoop.version>2.8.4</hadoop.version>
<grpc.version>1.30.1</grpc.version>
<protobuf.version>3.5.1</protobuf.version>
<protobuf.version>3.16.1</protobuf.version>
<tinkerpop.version>3.4.12</tinkerpop.version>
<slf4j.version>1.7.21</slf4j.version>
<groovy.version>2.5.14</groovy.version>
Expand Down
2 changes: 1 addition & 1 deletion research/query_service/gremlin/compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.12.2</version>
<version>3.16.1</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down

0 comments on commit 334e624

Please sign in to comment.