From eff7819df7f8f0c77e226b9f264633cf4ed34021 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 14:47:00 +0100 Subject: [PATCH] Upgrade to jOOQ 3.18.7 Closes gh-37857 --- 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 73ff972a5f..767566bcf7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -682,7 +682,7 @@ bom { ] } } - library("jOOQ", "3.18.6") { + library("jOOQ", "3.18.7") { group("org.jooq") { modules = [ "jooq",