From 636a99ecd3eee7dfe0ca2e0fc52be69a787aa8c4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:53 +0000 Subject: [PATCH] Upgrade to jOOQ 3.14.7 Closes gh-25214 --- 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 2bca682575..ea8aaa776b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -832,7 +832,7 @@ bom { ] } } - library("jOOQ", "3.14.4") { + library("jOOQ", "3.14.7") { group("org.jooq") { modules = [ "jooq",