From 64cc8212d9c5e46885674d096801973a4885e3e1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 May 2023 16:15:10 +0200 Subject: [PATCH] Upgrade to jOOQ 3.18.4 Closes gh-35431 --- 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 840d68ce756f..f1280b9a1276 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.3") { + library("jOOQ", "3.18.4") { group("org.jooq") { modules = [ "jooq",