From 9310fdb5849cd147e878681efec9049c9bcb3872 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Apr 2024 17:59:38 +0100 Subject: [PATCH] Upgrade to jOOQ 3.18.14 Closes gh-40301 --- 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 5e65804956..b66939504e 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.13") { + library("jOOQ", "3.18.14") { group("org.jooq") { modules = [ "jooq",