From 45852eac8f418538692370e31ac98d440d478bfe Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Apr 2024 12:53:08 +0100 Subject: [PATCH] Upgrade to jOOQ 3.19.7 Closes gh-40251 --- 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 7cc1c0ed9b..72a65e2728 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.6") { + library("jOOQ", "3.19.7") { group("org.jooq") { modules = [ "jooq",