From aad49518e0aeb6d8efec5c8a5b957de2ffc0d50d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 May 2026 10:40:46 +0100 Subject: [PATCH] Upgrade to jOOQ 3.19.33 Closes gh-50330 --- 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 fba288683f4..c4cf0fc794f 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1074,7 +1074,7 @@ bom { ] } } - library("jOOQ", "3.19.32") { + library("jOOQ", "3.19.33") { prohibit { versionRange "[3.20.0,)" because "it requires Java 21"