From 017bcf0d79133983ee2fe346f7e966d7d394a830 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 14 Feb 2024 15:55:13 +0000 Subject: [PATCH] Upgrade to jOOQ 3.18.10 Closes gh-39560 --- 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 060eaabbf6..d642279ea5 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.9") { + library("jOOQ", "3.18.10") { group("org.jooq") { modules = [ "jooq",