From a21831bc03771fb1399225327292b9c911b2d604 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 13:33:15 +0100 Subject: [PATCH] Upgrade to jOOQ 3.18.15 Closes gh-40725 --- 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 a940b15f6ea..879c8671a5a 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.14") { + library("jOOQ", "3.18.15") { group("org.jooq") { modules = [ "jooq",