From 72f4fcc86027400c5d000a3d8000c2170c58aa8d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 15:27:29 +0100 Subject: [PATCH] Upgrade to jOOQ 3.18.7 Closes gh-37866 --- 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 389ec48e60..97f9339bb3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -692,7 +692,7 @@ bom { ] } } - library("jOOQ", "3.18.6") { + library("jOOQ", "3.18.7") { group("org.jooq") { modules = [ "jooq",