From e90ce72bc8744421f4b56305edda748001809478 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 15:50:19 +0100 Subject: [PATCH] Upgrade to jOOQ 3.19.8 Closes gh-40744 --- 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 ccb3d1c06c..63157bd653 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -878,7 +878,7 @@ bom { ] } } - library("jOOQ", "3.19.7") { + library("jOOQ", "3.19.8") { group("org.jooq") { modules = [ "jooq",