From 4da1e1351a46c2963345de22553d1617c84d90d6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 08:51:32 +0200 Subject: [PATCH] Upgrade to jOOQ 3.14.9 Closes gh-26507 --- 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 6e974697d14..9e7a51bdba6 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.8") { + library("jOOQ", "3.14.9") { group("org.jooq") { modules = [ "jooq",