From b163b70b2896079811b03d154996e5308a50cb21 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 21 Feb 2024 21:05:09 +0000 Subject: [PATCH] Upgrade to jOOQ 3.18.11 Closes gh-39667 --- 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 60af3d83a9..a1ac6fcc59 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -697,7 +697,7 @@ bom { ] } } - library("jOOQ", "3.18.10") { + library("jOOQ", "3.18.11") { group("org.jooq") { modules = [ "jooq",