From 8628fc8831da6d303dae5a92c2751fb83e95bad9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 13:25:15 +0100 Subject: [PATCH] Upgrade to jOOQ 3.18.16 Closes gh-41061 --- 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 5c9bf22019..f600cff083 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.15") { + library("jOOQ", "3.18.16") { group("org.jooq") { modules = [ "jooq",