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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
metadata/pom.xml
-
tools/java/cpp-build/pom.xml
|
|
|
@ -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 --> |
|
|
|
|
|
|
|
@ -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> |
|
|
|
|
|
|
|
|