From 0abedb5e154d036b1191b36609da4d8023dbe47c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 13 Jan 2025 14:06:18 +0100 Subject: [PATCH] Upgrade to jOOQ 3.19.17 Closes gh-43794 --- 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 1bcb4070f6..e70ec6030e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1011,7 +1011,7 @@ bom { ] } } - library("jOOQ", "3.19.16") { + library("jOOQ", "3.19.17") { group("org.jooq") { modules = [ "jooq",