From 5c6f200b85a44deff1117a8f75bc877041f5e7ed Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 14 Feb 2024 17:59:01 +0000 Subject: [PATCH] Upgrade to jOOQ 3.18.10 Closes gh-39574 --- 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 e5998259570..4516c4ae807 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -697,7 +697,7 @@ bom { ] } } - library("jOOQ", "3.18.9") { + library("jOOQ", "3.18.10") { group("org.jooq") { modules = [ "jooq",