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.
2 parents a4af305 + 15406be commit 0dbfb17Copy full SHA for 0dbfb17
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
@@ -1748,7 +1748,7 @@ bom {
1748
releaseNotes("https://github.com/neo4j/neo4j-java-driver/releases/tag/{version}")
1749
1750
1751
- library("Netty", "4.2.14.Final") {
+ library("Netty", "4.2.15.Final") {
1752
prohibit {
1753
contains ".Alpha"
1754
contains ".Beta"
0 commit comments