From 8cccbb03c364aa0943dafad15c39457e8dad404d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 14 Oct 2024 12:30:18 +0200 Subject: [PATCH] Upgrade to jOOQ 3.19.13 Closes gh-42636 --- 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 5280787fcb..2d772daec2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -918,7 +918,7 @@ bom { ] } } - library("jOOQ", "3.19.11") { + library("jOOQ", "3.19.13") { group("org.jooq") { modules = [ "jooq",