From ae74a8d887bdb85577de4cead33ffd9f47cfcd8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 9 May 2025 13:05:29 +0200 Subject: [PATCH] Upgrade to jOOQ 3.19.23 Closes gh-45458 --- 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 e2b41243041..d9926dda5c2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1003,7 +1003,7 @@ bom { ] } } - library("jOOQ", "3.19.22") { + library("jOOQ", "3.19.23") { group("org.jooq") { modules = [ "jooq",