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