From 5f6772fc6dc6016ffc96b10ade59b4f454ef87a5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Feb 2024 07:59:12 +0000 Subject: [PATCH] Upgrade to jOOQ 3.19.4 Closes gh-39708 --- 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 eb3fb098219..85ab4f5b178 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -700,7 +700,7 @@ bom { ] } } - library("jOOQ", "3.19.2") { + library("jOOQ", "3.19.4") { group("org.jooq") { modules = [ "jooq",