From 47afdc0218857c31f786ad90de785e2e41416b0e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jul 2021 10:20:14 +0100 Subject: [PATCH] Upgrade to jOOQ 3.14.13 Closes gh-27379 --- 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 07021bb7cd..574b65db42 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.12") { + library("jOOQ", "3.14.13") { group("org.jooq") { modules = [ "jooq",