From b16518f7fcd401a970512c2d4d5f5942e301e161 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 10 Mar 2023 16:27:48 +0000 Subject: [PATCH] Upgrade to jOOQ 3.18.0 Closes gh-34576 --- 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 c72fca8ae6c..645505b62b9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -644,7 +644,7 @@ bom { ] } } - library("jOOQ", "3.17.8") { + library("jOOQ", "3.18.0") { group("org.jooq") { modules = [ "jooq",