From e6a26624d66e815947e5781ca3d625c0b20b422e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Jan 2024 14:05:17 +0000 Subject: [PATCH] Upgrade to jOOQ 3.18.9 Closes gh-39177 --- 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 30e6bc2fba..d44932e27d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -680,7 +680,7 @@ bom { ] } } - library("jOOQ", "3.18.8") { + library("jOOQ", "3.18.9") { group("org.jooq") { modules = [ "jooq",