From 5ae46c21d87e1efc79f536fe31c3760fb577061c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 12:33:31 +0000 Subject: [PATCH] Upgrade to jOOQ 3.18.13 Closes gh-39983 --- 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 bdee8b98f8b7..0e1432d66d3d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -697,7 +697,7 @@ bom { ] } } - library("jOOQ", "3.18.11") { + library("jOOQ", "3.18.13") { group("org.jooq") { modules = [ "jooq",