Skip to content

Commit

Permalink
HADOOP-18924. upgrade to grpc 1.53.0 due to CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 25, 2023
1 parent 476b90f commit 358856c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,13 @@ commons-daemon:commons-daemon:1.0.13
commons-io:commons-io:2.14.0
commons-net:commons-net:3.9.0
de.ruedigermoeller:fst:2.50
io.grpc:grpc-api:1.26.0
io.grpc:grpc-context:1.26.0
io.grpc:grpc-core:1.26.0
io.grpc:grpc-netty:1.26.0
io.grpc:grpc-protobuf:1.26.0
io.grpc:grpc-protobuf-lite:1.26.0
io.grpc:grpc-stub:1.26.0
io.grpc:grpc-api:1.53.0
io.grpc:grpc-context:1.53.0
io.grpc:grpc-core:1.53.0
io.grpc:grpc-netty:1.53.0
io.grpc:grpc-protobuf:1.53.0
io.grpc:grpc-protobuf-lite:1.53.0
io.grpc:grpc-stub:1.53.0
io.netty:netty-all:4.1.100.Final
io.netty:netty-buffer:4.1.100.Final
io.netty:netty-codec:4.1.100.Final
Expand Down
4 changes: 2 additions & 2 deletions hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<packaging>jar</packaging>

<properties>
<grpc.version>1.26.0</grpc.version>
<grpc.version>1.53.0</grpc.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -197,7 +197,7 @@
<configuration>
<protocArtifact>com.google.protobuf:protoc:${hadoop.protobuf.version}:exe:${os.detected.classifier}</protocArtifact>
<pluginId>grpc-java</pluginId>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.26.0:exe:${os.detected.classifier}</pluginArtifact>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier}</pluginArtifact>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 358856c

Please sign in to comment.