Browse Source

Bump protobuf-java from 3.8.0 to 3.16.1 in /tools/java/cpp-build (#2714)

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.8.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/v3.8.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tijana Vislavski Gradina <tijanavg@google.com>
test_example_csv_table_schema_change
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
9307cdc4d6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/java/cpp-build/pom.xml

+ 1
- 1
tools/java/cpp-build/pom.xml View File

@ -154,7 +154,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.8.0</version>
<version>3.16.1</version>
</dependency>
</dependencies>


Loading…
Cancel
Save