From 8dd34b74c50df9b4b84ac1a165ddc2e05901ca1d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Dec 2020 05:20:55 +0100 Subject: [PATCH] Upgrade to jOOQ 3.14.4 Closes gh-24390 --- 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 fd278226894..03c66cdaca0 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.3") { + library("jOOQ", "3.14.4") { group("org.jooq") { modules = [ "jooq",