From 7486c27cdd59e542d631b9897acaf7c60f01fe7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 10 Dec 2024 15:06:37 +0100 Subject: [PATCH] Upgrade to jOOQ 3.19.16 Closes gh-43463 --- 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 5df6b04a46..d69892a703 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -994,7 +994,7 @@ bom { ] } } - library("jOOQ", "3.19.15") { + library("jOOQ", "3.19.16") { group("org.jooq") { modules = [ "jooq",