From a83fa3e055041e65cc1be781c6926883afe7fa66 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Aug 2023 17:19:05 +0200 Subject: [PATCH] Upgrade to jOOQ 3.18.6 Closes gh-36983 --- 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 8d4c6929c13..905d1ba60d9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -689,7 +689,7 @@ bom { ] } } - library("jOOQ", "3.18.5") { + library("jOOQ", "3.18.6") { group("org.jooq") { modules = [ "jooq",