From 56252b72c845aa121dbfe6f5f16cc2dc5b6de618 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 4 Nov 2022 16:22:02 +0000 Subject: [PATCH] Upgrade to jOOQ 3.17.5 Closes gh-33006 --- 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 4148e0129a..f8c20f993a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -722,7 +722,7 @@ bom { ] } } - library("jOOQ", "3.17.4") { + library("jOOQ", "3.17.5") { group("org.jooq") { modules = [ "jooq",