From 80cda40c880ed7ccf2a97d8bae44434b4f013cdc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 Jun 2024 14:16:23 +0100 Subject: [PATCH] Upgrade to jOOQ 3.19.10 Closes gh-41133 --- 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 1f733b7b44c..bd96af04c8d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -882,7 +882,7 @@ bom { ] } } - library("jOOQ", "3.19.9") { + library("jOOQ", "3.19.10") { group("org.jooq") { modules = [ "jooq",