From 7fe805c1201fbce8b9f554c77fac08b829e92e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 22 Oct 2024 09:03:38 +0200 Subject: [PATCH] Upgrade to jOOQ 3.19.14 Closes gh-42818 --- 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 40eb58ed81..7692a0d825 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.13") { + library("jOOQ", "3.19.14") { group("org.jooq") { modules = [ "jooq",