Skip to content

Commit

Permalink
[HUDI-5344] Fix CVE - upgrade protobuf-java (apache#6960)
Browse files Browse the repository at this point in the history
* Fixes https://www.oscs1024.com/hd/CVE-2015-5237

Co-authored-by: Sagar Sumit <sagarsumit09@gmail.com>
  • Loading branch information
2 people authored and Alexey Kudinkin committed Dec 14, 2022
1 parent 9a87bc4 commit 6896877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/hudi-presto-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.18.2</version>
<version>${proto.version}</version>
<scope>${presto.bundle.bootstrap.scope}</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion packaging/hudi-trino-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.5.0</version>
<version>${proto.version}</version>
<scope>${trino.bundle.bootstrap.scope}</scope>
</dependency>

Expand Down

0 comments on commit 6896877

Please sign in to comment.