From db222dfd0f8c1b82730bb1f832a821b6af74295d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 May 2023 16:12:52 +0200 Subject: [PATCH] Upgrade to jOOQ 3.17.13 Closes gh-35428 --- 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 b14bacd2f6..42ef10f14a 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.12") { + library("jOOQ", "3.17.13") { group("org.jooq") { modules = [ "jooq",