From d2451ce77087c8ff1830c13a32a0bc031e4f65ce Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 14 Apr 2023 08:59:29 +0100 Subject: [PATCH] Upgrade to jOOQ 3.18.3 Closes gh-34982 --- 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 73302fb04b..bb1d274958 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -648,7 +648,7 @@ bom { ] } } - library("jOOQ", "3.18.2") { + library("jOOQ", "3.18.3") { group("org.jooq") { modules = [ "jooq",