From d093fac7ca6151c95c71ca6ca4af560c4feb12f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 7 Aug 2026 15:59:03 +0200 Subject: [PATCH 1/4] Upgrade to Jetty 12.1.12 Closes gh-51298 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index f26b8bf0e50..63697ab97ef 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1042,7 +1042,7 @@ bom { ] } } - library("Jetty", "12.1.11") { + library("Jetty", "12.1.12") { prohibit { contains ".alpha" because "we don't want alpha dependencies" From c2180d84ef44d337a3737f77a2c20c5901caa6ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 7 Aug 2026 15:59:08 +0200 Subject: [PATCH 2/4] Upgrade to jOOQ 3.19.37 Closes gh-51299 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 63697ab97ef..22d0718fcf8 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1066,7 +1066,7 @@ bom { ] } } - library("jOOQ", "3.19.36") { + library("jOOQ", "3.19.37") { prohibit { versionRange "[3.20.0,)" because "it requires Java 21" From bed1cbafa58b03519799ae6c1f73fe8de476cd50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 7 Aug 2026 15:59:14 +0200 Subject: [PATCH 3/4] Upgrade to Netty 4.2.17.Final Closes gh-51300 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 22d0718fcf8..3ab982c240b 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1693,7 +1693,7 @@ bom { releaseNotes("https://github.com/neo4j/neo4j-java-driver/releases/tag/{version}") } } - library("Netty", "4.2.16.Final") { + library("Netty", "4.2.17.Final") { prohibit { contains ".Alpha" contains ".Beta" From 6d1b61fefae9dd1072522d27b9bc748bf675a500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 7 Aug 2026 15:59:18 +0200 Subject: [PATCH 4/4] Upgrade to Yasson 3.0.5 Closes gh-51301 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 3ab982c240b..faa28277b44 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2814,7 +2814,7 @@ bom { releaseNotes("https://github.com/xmlunit/xmlunit/releases/tag/v{version}") } } - library("Yasson", "3.0.4") { + library("Yasson", "3.0.5") { group("org.eclipse") { modules = [ "yasson"