From 7dfddce1ac6c30374c5d08338c3c04bc8167e8f8 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 20 Dec 2023 09:17:42 -0800 Subject: [PATCH] Upgrade to jOOQ 3.18.8 Closes gh-38890 --- 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 3989c6678e..89b72cf099 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.7") { + library("jOOQ", "3.18.8") { group("org.jooq") { modules = [ "jooq",