From b0b20e4e4218f06d2129dd38e94d243eab8ce385 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:22:05 -0800 Subject: [PATCH] Upgrade to jOOQ 3.17.6 Closes gh-33597 --- 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 23a23f1ee458..ec207eed12d5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -658,7 +658,7 @@ bom { ] } } - library("jOOQ", "3.17.5") { + library("jOOQ", "3.17.6") { group("org.jooq") { modules = [ "jooq",