From 43cc205430535bb8b6501117a44cb4ebdf79c702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 12 Nov 2025 15:14:55 +0100 Subject: [PATCH] Upgrade to jOOQ 3.19.28 Closes gh-48084 --- 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 8bbe34e500d..886fdb59d7a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1090,7 +1090,7 @@ bom { ] } } - library("jOOQ", "3.19.27") { + library("jOOQ", "3.19.28") { prohibit { versionRange "[3.20.0,)" because "it requires Java 21"