From d016764b1fcbe86b1b7ca136c4f329efcb2e2af2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Feb 2025 23:13:11 +0000 Subject: [PATCH] Upgrade to jOOQ 3.19.19 Closes gh-44368 --- 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 7015ea39fa8..d79bcc6abc7 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.18") { + library("jOOQ", "3.19.19") { group("org.jooq") { modules = [ "jooq",