Browse Source

Bump protobuf-java from 3.16.3 to 3.21.7 due to CVE-2022-3509 (#2851)

* Update pom.xml

* Update pom.xml

Co-authored-by: Tijana Vislavski Gradina <tijanavg@google.com>
pull/2858/head
rushirajbaxi 3 years ago
committed by GitHub
parent
commit
6d84c86fff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      metadata/pom.xml
  2. +1
    -1
      tools/java/cpp-build/pom.xml

+ 1
- 1
metadata/pom.xml View File

@ -108,7 +108,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.16.3</version>
<version>3.21.7</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.auto.value/auto-value -->


+ 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.16.3</version>
<version>3.21.7</version>
</dependency>
</dependencies>


Loading…
Cancel
Save