From 032f1ec2ed65984bc5c18c1aaf6e79a1ad56c8aa Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 15:13:44 +0100 Subject: [PATCH] Upgrade to jOOQ 3.19.9 Closes gh-41072 --- 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 978a2f2a6e8..9fd9c0b7f9d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -878,7 +878,7 @@ bom { ] } } - library("jOOQ", "3.19.8") { + library("jOOQ", "3.19.9") { group("org.jooq") { modules = [ "jooq",