From 601a7d9043e4d967ba57e84856fd77b17e1fa16b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 14:59:51 +0200 Subject: [PATCH] Upgrade to jOOQ 3.17.14 Closes gh-36328 --- 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 95fae00251..6f9324fe28 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.13") { + library("jOOQ", "3.17.14") { group("org.jooq") { modules = [ "jooq",