From 5204b5abaaa467caf8e882854bc2bbeef861d47c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Apr 2023 16:31:48 +0200 Subject: [PATCH] Upgrade to jOOQ 3.17.11 Closes gh-34912 --- 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 44d9905905f..c43c9867417 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -658,7 +658,7 @@ bom { ] } } - library("jOOQ", "3.17.10") { + library("jOOQ", "3.17.11") { group("org.jooq") { modules = [ "jooq",