From 97f81c3f3337ee54ff46ab27247a3d84e655a4b4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 15:31:20 +0200 Subject: [PATCH] Upgrade to jOOQ 3.18.5 Closes gh-36340 --- 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 8b82cf69d4..1e275f976b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -680,7 +680,7 @@ bom { ] } } - library("jOOQ", "3.18.4") { + library("jOOQ", "3.18.5") { group("org.jooq") { modules = [ "jooq",