Skip to content

Commit 0dbfb17

Browse files
committed
Merge branch '4.0.x'
Closes gh-50666
2 parents a4af305 + 15406be commit 0dbfb17

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
@@ -1748,7 +1748,7 @@ bom {
17481748
releaseNotes("https://github.com/neo4j/neo4j-java-driver/releases/tag/{version}")
17491749
}
17501750
}
1751-
library("Netty", "4.2.14.Final") {
1751+
library("Netty", "4.2.15.Final") {
17521752
prohibit {
17531753
contains ".Alpha"
17541754
contains ".Beta"

0 commit comments

Comments
 (0)