The neo4j-java-driver-bom
has been updated to not import netty-bom
.
If you are using Netty Native Transport, please ensure to either:
- Use a compatible Netty Native Transport version with Netty version used by the driver.
- Import
netty-bom
with the desired Netty version (at present, the driver is shipped with Netty 4.2+)
👏 Improvements
- feat(bom): delete netty-bom from neo4j-java-driver-bom #1707