diff --git a/module/spring-boot-r2dbc/build.gradle b/module/spring-boot-r2dbc/build.gradle index eb87eca4f413..84a992cb513b 100644 --- a/module/spring-boot-r2dbc/build.gradle +++ b/module/spring-boot-r2dbc/build.gradle @@ -90,3 +90,9 @@ tasks.named("compileTestJava") { tasks.named("compileDockerTestJava") { options.nullability.checking = "tests" } + +tasks.named("dockerTest") { + systemProperties = [ + "io.netty.handler.ssl.defaultEndpointVerificationAlgorithm" : "NONE" + ] +} diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index cadc81651fee..a25b30214bed 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1748,7 +1748,7 @@ bom { releaseNotes("https://github.com/neo4j/neo4j-java-driver/releases/tag/{version}") } } - library("Netty", "4.2.14.Final") { + library("Netty", "4.2.15.Final") { prohibit { contains ".Alpha" contains ".Beta"