From 1f77b7507d121cbc15748df2812a0c273aac3444 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Apr 2024 10:27:56 +0100 Subject: [PATCH] Upgrade to jOOQ 3.18.14 Closes gh-40285 --- 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 908072783e..e4c0df6d3e 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.13") { + library("jOOQ", "3.18.14") { group("org.jooq") { modules = [ "jooq",