From 62e5f2e8a63805daa879c7bf3e0a10480826675b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 12 Nov 2020 07:25:47 +0100 Subject: [PATCH] Upgrade to jOOQ 3.14.3 Closes gh-24128 --- 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 236f7c2ec7..680bc7d1b9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -829,7 +829,7 @@ bom { ] } } - library("jOOQ", "3.14.1") { + library("jOOQ", "3.14.3") { group("org.jooq") { modules = [ "jooq",