From 8cdd73f0886a4b305a9f848d0596edea7530f3da Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 14:54:05 +0000 Subject: [PATCH] Upgrade to jOOQ 3.17.8 Closes gh-34265 --- 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 bbbbeac036..4381b452d1 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.7") { + library("jOOQ", "3.17.8") { group("org.jooq") { modules = [ "jooq",