NIFI-10295 Upgraded GRPC from 1.34.0 to 1.48.0

- Upgraded Protobuf from 3.14.0 to 3.21.4
- Removed netty-tcnative-boringssl-static as not necessary following NIFI-9897

This closes #6255.

Signed-off-by: Kevin Doran <kdoran@apache.org>
This commit is contained in:
exceptionfactory 2022-07-28 14:30:49 -05:00 committed by Kevin Doran
parent d5386acb4f
commit 4e49a55e93
No known key found for this signature in database
GPG Key ID: 5621A6244B77AC02
2 changed files with 2 additions and 7 deletions

View File

@ -63,11 +63,6 @@ language governing permissions and limitations under the License. -->
<artifactId>grpc-stub</artifactId>
<version>${grpc.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.35.Final</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>

View File

@ -32,8 +32,8 @@
</modules>
<properties>
<grpc.version>1.34.0</grpc.version>
<protoc.version>3.14.0</protoc.version>
<grpc.version>1.48.0</grpc.version>
<protoc.version>3.21.4</protoc.version>
</properties>
<dependencyManagement>