From 1cc646fd3971ce60e81efe8e63988ee454e2587f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 12:36:23 +0100 Subject: [PATCH] Upgrade to jOOQ 3.19.35 Closes gh-50724 --- 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 f5c177f89d6..1b331c34702 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1096,7 +1096,7 @@ bom { ] } } - library("jOOQ", "3.19.34") { + library("jOOQ", "3.19.35") { prohibit { versionRange "[3.20.0,)" because "it requires Java 21"