From acc86a5d6acda134ff564b9cc939af5ee7555756 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 17:37:13 +0100 Subject: [PATCH] Upgrade to jOOQ 3.17.2 Closes gh-31640 --- 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 353ac82e62..aef6c115c3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -715,7 +715,7 @@ bom { ] } } - library("jOOQ", "3.17.1") { + library("jOOQ", "3.17.2") { group("org.jooq") { modules = [ "jooq",