From 3e8773cda28a4b43d2ba3c5ccb40488267fb654e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 12:02:22 +0000 Subject: [PATCH] Upgrade to jOOQ 3.14.7 Closes gh-25240 --- 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 379093138d4..923700bcad2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -900,7 +900,7 @@ bom { ] } } - library("jOOQ", "3.14.4") { + library("jOOQ", "3.14.7") { group("org.jooq") { modules = [ "jooq",