Skip to content

Commit

Permalink
Bump protobuf-java from 3.18.2 to 3.19.6 in /interactive_engine (#2109)
Browse files Browse the repository at this point in the history
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.18.2 to 3.19.6.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.18.2...v3.19.6)

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

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

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 Oct 8, 2022
1 parent 0b10f5c commit eb393da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -9,7 +9,7 @@
<version>1.0-SNAPSHOT</version>

<properties>
<protobuf.version>3.18.2</protobuf.version>
<protobuf.version>3.19.6</protobuf.version>
<protoc.grpc.version>1.42.1</protoc.grpc.version>
<grpc.version>1.42.1</grpc.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion interactive_engine/pom.xml
Expand Up @@ -81,7 +81,7 @@
<maven.surefire.version>2.22.2</maven.surefire.version>
<os.maven.plugin.version>1.6.2</os.maven.plugin.version>
<protoc.version>3.18.0</protoc.version>
<protobuf.version>3.18.2</protobuf.version>
<protobuf.version>3.19.6</protobuf.version>
<logback.version>1.2.3</logback.version>
<zookeeper.version>3.6.3</zookeeper.version>
<kafka.version>2.5.0</kafka.version>
Expand Down

0 comments on commit eb393da

Please sign in to comment.