From 8835d23e5919c7790fa3f3da2dec341301cbc9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 12 Jun 2025 21:32:30 +0200 Subject: [PATCH] Upgrade to jOOQ 3.19.24 Closes gh-45940 --- 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 cdc73b20897..86fa63a9717 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1010,7 +1010,7 @@ bom { ] } } - library("jOOQ", "3.19.23") { + library("jOOQ", "3.19.24") { group("org.jooq") { modules = [ "jooq",