Skip to content

Commit 15406be

Browse files
committed
Reapply "Upgrade to Netty 4.2.15.Final"
This reverts commit 490614f. Closes gh-50692
1 parent 490614f commit 15406be

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

module/spring-boot-r2dbc/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,9 @@ tasks.named("compileTestJava") {
9090
tasks.named("compileDockerTestJava") {
9191
options.nullability.checking = "tests"
9292
}
93+
94+
tasks.named("dockerTest") {
95+
systemProperties = [
96+
"io.netty.handler.ssl.defaultEndpointVerificationAlgorithm" : "NONE"
97+
]
98+
}

platform/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,7 @@ bom {
16931693
releaseNotes("https://github.com/neo4j/neo4j-java-driver/releases/tag/{version}")
16941694
}
16951695
}
1696-
library("Netty", "4.2.14.Final") {
1696+
library("Netty", "4.2.15.Final") {
16971697
prohibit {
16981698
contains ".Alpha"
16991699
contains ".Beta"

0 commit comments

Comments
 (0)