From c4014433c46e2cabfd594db48074957989e0be2a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 18:21:29 +0100 Subject: [PATCH] Upgrade to jOOQ 3.16.6 Closes gh-30957 --- 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 3a45d687b1..04a1300b9a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -667,7 +667,7 @@ bom { ] } } - library("jOOQ", "3.16.5") { + library("jOOQ", "3.16.6") { group("org.jooq") { modules = [ "jooq",