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