From d18ccfae3d4585a807c11d8e653f2cd2962b3ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 11 Mar 2025 16:59:11 +0100 Subject: [PATCH] Upgrade to jOOQ 3.19.21 Closes gh-44668 --- 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 f1a87f018d..6e95522db7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -994,7 +994,7 @@ bom { ] } } - library("jOOQ", "3.19.20") { + library("jOOQ", "3.19.21") { group("org.jooq") { modules = [ "jooq",