From 1df04c46b5cff064fbb5dd80e125e397b1cb5861 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Nov 2021 14:59:51 +0100 Subject: [PATCH 1/3] Upgrade to Netty tcNative 2.0.46.Final Closes gh-28716 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 4739393f658..79a90d2147b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1202,7 +1202,7 @@ bom { ] } } - library("Netty tcNative", "2.0.45.Final") { + library("Netty tcNative", "2.0.46.Final") { group("io.netty") { modules = [ "netty-tcnative", From 9dd599c9e3b5e7a3c9f6ef340e528bbf93960046 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Nov 2021 15:02:25 +0100 Subject: [PATCH 2/3] Upgrade to Neo4j Java Driver 4.2.8 Closes gh-28717 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 5fde04569ad..4096a867896 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1276,7 +1276,7 @@ bom { ] } } - library("Neo4j Java Driver", "4.2.7") { + library("Neo4j Java Driver", "4.2.8") { group("org.neo4j.driver") { modules = [ "neo4j-java-driver" From f33c8f6fdeb1dc964adb77da356e6cea0e408a5f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Nov 2021 15:02:27 +0100 Subject: [PATCH 3/3] Upgrade to Netty tcNative 2.0.46.Final Closes gh-28718 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 4096a867896..63853706a78 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1290,7 +1290,7 @@ bom { ] } } - library("Netty tcNative", "2.0.45.Final") { + library("Netty tcNative", "2.0.46.Final") { group("io.netty") { modules = [ "netty-tcnative",