From a6909c61431353cf33e32403d561f3ed14302323 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Mar 2021 11:32:23 +0000 Subject: [PATCH] Upgrade to jOOQ 3.14.8 Closes gh-25669 --- 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 7f5732ad88..a949e757f5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -901,7 +901,7 @@ bom { ] } } - library("jOOQ", "3.14.7") { + library("jOOQ", "3.14.8") { group("org.jooq") { modules = [ "jooq",