You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/06/15 17:53:02 UTC

[GitHub] [nifi] markobean commented on a change in pull request #5152: NIFI-7468 Updated SSLSocketChannel to support TLS 1.3

markobean commented on a change in pull request #5152:
URL: https://github.com/apache/nifi/pull/5152#discussion_r652023209



##########
File path: nifi-commons/nifi-security-socket-ssl/pom.xml
##########
@@ -31,5 +31,17 @@
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.nifi</groupId>
+            <artifactId>nifi-security-utils</artifactId>
+            <version>1.14.0-SNAPSHOT</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-handler</artifactId>
+            <version>4.1.63.Final</version>

Review comment:
       The latest version of  netty-handler appears to be 4.1.65.Final (May, 2021).




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org