From 0e9bb034ab76d848bdedac63ec877d09d397aa1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 14 Oct 2024 10:53:38 +0200 Subject: [PATCH] Upgrade to jOOQ 3.18.20 Closes gh-42618 --- 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 f64ab621b5b..ed45dd8e430 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.18") { + library("jOOQ", "3.18.20") { group("org.jooq") { modules = [ "jooq",