From cec0c93a7bd85a07a4250e51b2ed0ef930d1bd57 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 12:27:37 +0100 Subject: [PATCH] Upgrade to jOOQ 3.18.15 Closes gh-40712 --- 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 273e4c9fcb..2cfa4501e0 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.14") { + library("jOOQ", "3.18.15") { group("org.jooq") { modules = [ "jooq",