From ac54afe6941f858c2ddf010eeee8677fef47dbfb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 08:32:42 +0000 Subject: [PATCH] Upgrade to jOOQ 3.17.9 Closes gh-34668 --- 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 a352e72f0e..8393011165 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.8") { + library("jOOQ", "3.17.9") { group("org.jooq") { modules = [ "jooq",