From 3972af47c4576205eb1a99f13e83af5b2d1f3eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 13 Aug 2024 19:51:47 +0200 Subject: [PATCH] Upgrade to jOOQ 3.19.11 Closes gh-41846 --- 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 162c382a64..699b3632c6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -938,7 +938,7 @@ bom { ] } } - library("jOOQ", "3.19.10") { + library("jOOQ", "3.19.11") { group("org.jooq") { modules = [ "jooq",