From 88b9b88cd972587d4b6c808ed212f7aa4a956930 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Jun 2021 08:24:53 +0200 Subject: [PATCH] Upgrade to jOOQ 3.14.11 Closes gh-26807 --- 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 a38ea58cb9..75684e6aec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -923,7 +923,7 @@ bom { ] } } - library("jOOQ", "3.14.9") { + library("jOOQ", "3.14.11") { group("org.jooq") { modules = [ "jooq",