From 9384dac5bda7efb9f6af95a306d05769676c88c4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 6 Apr 2023 13:25:16 +0200 Subject: [PATCH] Upgrade to jOOQ 3.18.2 Closes gh-34877 --- 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 1493aad9dd..61889bbe67 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -648,7 +648,7 @@ bom { ] } } - library("jOOQ", "3.18.1") { + library("jOOQ", "3.18.2") { group("org.jooq") { modules = [ "jooq",