From 92166c30c79de6aacfd845de80fbc19883aa88a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 22 Oct 2024 09:03:26 +0200 Subject: [PATCH] Upgrade to jOOQ 3.18.21 Closes gh-42816 --- 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 015a2f27bd..d1843004c3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -705,7 +705,7 @@ bom { ] } } - library("jOOQ", "3.18.20") { + library("jOOQ", "3.18.21") { group("org.jooq") { modules = [ "jooq",