From f0e006e86d8d4fc022ebcb58f165b21a238f693e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 5 Mar 2025 12:51:51 +0100 Subject: [PATCH] Upgrade to jOOQ 3.19.20 Closes gh-44540 --- 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 2c974552cbb..d9362686d6d 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.19") { + library("jOOQ", "3.19.20") { group("org.jooq") { modules = [ "jooq",