From 3c99f2e5be6f1ed00b4fec04cfbe0b447c6f32b9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 Jun 2024 14:06:40 +0100 Subject: [PATCH] Upgrade to jOOQ 3.18.17 Closes gh-41128 --- 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 53ec2330375..6cd40282aea 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.16") { + library("jOOQ", "3.18.17") { group("org.jooq") { modules = [ "jooq",