From 044d2295df87b442ddcaccc262d397d23f36f851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 16 Aug 2024 15:19:14 +0200 Subject: [PATCH] Upgrade to jOOQ 3.19.11 Closes gh-41897 --- 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 f86acd0c88f..d1c8b836403 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -935,7 +935,7 @@ bom { ] } } - library("jOOQ", "3.19.10") { + library("jOOQ", "3.19.11") { group("org.jooq") { modules = [ "jooq",