From 03ab9e920056cd62c85d0ca0c1ba2aa2f4028a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 13 Aug 2024 19:48:44 +0200 Subject: [PATCH] Upgrade to jOOQ 3.18.18 Closes gh-41843 --- 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 6c67764bc0e..1e6f427b05e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -706,7 +706,7 @@ bom { ] } } - library("jOOQ", "3.18.17") { + library("jOOQ", "3.18.18") { group("org.jooq") { modules = [ "jooq",