mirror of https://github.com/apache/nifi.git
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:
parent
d5386acb4f
commit
4e49a55e93
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue