From bed528f2031ca120b1a050aaba8b55ceeca2ddc2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 11 Jul 2021 08:12:07 +0200 Subject: [PATCH] Upgrade to jOOQ 3.14.12 Closes gh-27243 --- 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 6525528cf4d..cd84e771446 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -833,7 +833,7 @@ bom { ] } } - library("jOOQ", "3.14.11") { + library("jOOQ", "3.14.12") { group("org.jooq") { modules = [ "jooq",