We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490614f commit 15406beCopy full SHA for 15406be
2 files changed
module/spring-boot-r2dbc/build.gradle
@@ -90,3 +90,9 @@ tasks.named("compileTestJava") {
90
tasks.named("compileDockerTestJava") {
91
options.nullability.checking = "tests"
92
}
93
+
94
+tasks.named("dockerTest") {
95
+ systemProperties = [
96
+ "io.netty.handler.ssl.defaultEndpointVerificationAlgorithm" : "NONE"
97
+ ]
98
+}
platform/spring-boot-dependencies/build.gradle
@@ -1693,7 +1693,7 @@ bom {
1693
releaseNotes("https://github.com/neo4j/neo4j-java-driver/releases/tag/{version}")
1694
1695
1696
- library("Netty", "4.2.14.Final") {
+ library("Netty", "4.2.15.Final") {
1697
prohibit {
1698
contains ".Alpha"
1699
contains ".Beta"
0 commit comments