From cea176c171bab33c7963bf042c174ccc21cedf05 Mon Sep 17 00:00:00 2001 From: Dmitriy Tverdiakov Date: Wed, 1 Oct 2025 09:50:20 +0100 Subject: [PATCH] feat(bom): Add netty-bom to neo4j-java-driver-bom This helps with ensuring compatible Netty versions, especially when Netty Native Transport is used. --- bom/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bom/pom.xml b/bom/pom.xml index 19326091e1..13203a3065 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -49,6 +49,13 @@ pom import + + io.netty + netty-bom + ${netty-bom.version} + pom + import +