From 55c9df6ba8df0c16a007aca6ebfdde7b8650fb7c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 5 Nov 2024 16:01:25 +0000 Subject: [PATCH] Upgrade to jOOQ 3.19.15 Closes gh-43037 --- 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 a5cf9fbccc0..25c94351634 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -918,7 +918,7 @@ bom { ] } } - library("jOOQ", "3.19.14") { + library("jOOQ", "3.19.15") { group("org.jooq") { modules = [ "jooq",