From 1c0217f40aa9ec3626fdada9e1cd895b05d0fa6a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jul 2023 18:14:28 +0200 Subject: [PATCH] Upgrade to jOOQ 3.18.5 Closes gh-36374 --- 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 6a62308079..d9ae39a7c2 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",