From 2cbb5000d126ab120ef86423171230b227e98518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 22 Oct 2024 09:04:59 +0200 Subject: [PATCH] Upgrade to jOOQ 3.19.14 Closes gh-42821 --- 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 e6b290fa08..53d3757fd0 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.13") { + library("jOOQ", "3.19.14") { group("org.jooq") { modules = [ "jooq",