From d2d968ba16d518a98b69c215a8176efc5534d43c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Nov 2020 08:45:30 +0100 Subject: [PATCH] Upgrade to jOOQ 3.14.1 Closes gh-24086 --- 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 5e48b2a8db..53f5cc7eb3 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.0") { + library("jOOQ", "3.14.1") { group("org.jooq") { modules = [ "jooq",