From 9f7a196cc0b84323ca987cd5fdc1ad1ba201d17b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 14 Oct 2024 15:02:08 +0200 Subject: [PATCH] Upgrade to jOOQ 3.19.13 Closes gh-42655 --- 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 e3b7976b4bf..18372be2500 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -935,7 +935,7 @@ bom { ] } } - library("jOOQ", "3.19.11") { + library("jOOQ", "3.19.13") { group("org.jooq") { modules = [ "jooq",