From f3b0079832cf9331f0b9568147d0188d3c32ffc9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 13:45:04 +0000 Subject: [PATCH] Upgrade to jOOQ 3.19.6 Closes gh-40001 --- 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 35f7288b01b..46d8c4d8afc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -870,7 +870,7 @@ bom { ] } } - library("jOOQ", "3.19.4") { + library("jOOQ", "3.19.6") { group("org.jooq") { modules = [ "jooq",