Skip to content

Commit

Permalink
Update Netty and tcnative versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaIvakina committed Apr 24, 2024
1 parent 8f9ec35 commit b685cb1
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions modules/ROOT/pages/security/ssl-framework.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For more details, see the <<table, Netty support per Neo4j version>>.
- Set `xref:reference/configuration-settings.adoc#config_dbms.netty.ssl.provider[dbms.netty.ssl.provider]=OPENSSL`.
- Restart Neo4j.

Most supported versions of Neo4j use Netty 4.1.77.Final, which requires tcnative 2.0.52.
Most supported versions of Neo4j use Netty 4.1.100.Final, which requires tcnative 2.0.65.
Only Neo4j 3.5 still uses older versions of Netty.
See the table below for detailed information:

Expand All @@ -47,23 +47,23 @@ See the table below for detailed information:
| tcnative version
| Direct link

| 5.0
| 4.1.77.Final
| 2.0.52.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.52.Final/jar
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.52.Final/jar

| 4.4.9
| 4.1.77.Final
| 2.0.52.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required.
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.52.Final/jar
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.52.Final/jar

| 4.3.15
| 4.1.77.Final
| 2.0.52.Final
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.52.Final/jar
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.52.Final/jar
| 5.19
| 4.1.107.Final
| 2.0.61.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.61.Final/jar
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.61.Final/jar

| 4.4.33
| 4.1.100.Final
| 2.0.65.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required.
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.65.Final/jar
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.65.Final/jar

| 4.3.23
| 4.1.86.Final
| 2.0.59.Final
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.59.Final/jar
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.59.Final/jar

| 3.5.34
| 3.9.9.Final + 4.1.68.Final
Expand Down

0 comments on commit b685cb1

Please sign in to comment.