From be92d92351a2dbb580fd74a604f56bcc82ed93c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 11 Nov 2024 07:26:36 +0900 Subject: [PATCH] Upgrade to jOOQ 3.18.22 Closes gh-43091 --- 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 4e2e343fa86..0187cf05c5a 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.21") { + library("jOOQ", "3.18.22") { group("org.jooq") { modules = [ "jooq",