From c0b5bfeb4019e2ff41c44f088a31ff8a80a13af2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 16:30:21 +0000 Subject: [PATCH] Upgrade to jOOQ 3.17.8 Closes gh-34283 --- 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 061e9edaf78..d6128f39eda 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -644,7 +644,7 @@ bom { ] } } - library("jOOQ", "3.17.7") { + library("jOOQ", "3.17.8") { group("org.jooq") { modules = [ "jooq",