From ac4ea318958e7b4c50b8ca831bd6aa6f0e784515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 11 Sep 2025 14:25:38 +0200 Subject: [PATCH] Upgrade to jOOQ 3.19.26 Closes gh-47157 --- 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 c323b628751..bf660cc11a8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1024,7 +1024,7 @@ bom { ] } } - library("jOOQ", "3.19.25") { + library("jOOQ", "3.19.26") { group("org.jooq") { modules = [ "jooq",